Click or drag to resize
WhereConditionBaseTParentWhereEquals Method (String, 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: 13.0.131
Syntax
C#
public virtual TParent WhereEquals(
	string columnName,
	Object value
)

Parameters

columnName
Type: SystemString
Column name
value
Type: SystemObject
Value

Return Value

Type: TParent

Implements

IWhereConditionTParentWhereEquals(String, Object)
See Also