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

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: TParent
See Also