IWmiQueryBuilderTAddClause Method |
Adds a clause to be joined in a WHERE statement.
Note: This is only valid for Pull queries.
Namespace:
Xcalibur.WMI.Framework
Assembly:
Xcalibur.WMI.Framework (in Xcalibur.WMI.Framework.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax IWmiQueryBuilder<T> AddClause(
string clause
)
Function AddClause (
clause As String
) As IWmiQueryBuilder(Of T)
IWmiQueryBuilder<T>^ AddClause(
String^ clause
)
abstract AddClause :
clause : string -> IWmiQueryBuilder<'T>
Parameters
- clause
- Type: SystemString
The clause.
Return Value
Type:
IWmiQueryBuilderTSee Also