Click or drag to resize

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
)

Parameters

clause
Type: SystemString
The clause.

Return Value

Type: IWmiQueryBuilderT
See Also