Click or drag to resize
IWhereConditionTParentWhereEmpty Method
Adds the where condition for a null or empty column value

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
TParent WhereEmpty(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: TParent
See Also