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

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: TParent
See Also