Click or drag to resize
IWhereConditionTParentWhereEqualsOrNull Method
Adds the given where condition to the query. Matches the column to a given value or null value.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
TParent WhereEqualsOrNull(
	string columnName,
	Object value
)

Parameters

columnName
Type: SystemString
Column name
value
Type: SystemObject
Value

Return Value

Type: TParent
See Also