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

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: TParent

Implements

IWhereConditionTParentWhereEmpty(String)
See Also