Click or drag to resize
IWhereCondition<TParent>.WhereEquals Method
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 WhereEquals(
	string columnName,
	Object value
)

Parameters

columnName
Type: System.String
Column name
value
Type: System.Object
Value

Return Value

Type: TParent
See Also