Click or drag to resize
IWhereConditionTParentWhere Method (String, QueryOperator, Object)
Adds the given where condition to the query. Matches the column to a given value.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
TParent Where(
	string columnName,
	QueryOperator op,
	Object value
)

Parameters

columnName
Type: SystemString
Column name
op
Type: CMS.DataEngineQueryOperator
Operator
value
Type: SystemObject
Value

Return Value

Type: TParent
See Also