Click or drag to resize
IWhereConditionTParentWhereNotEmpty Method
Adds the where condition for a non empty column value

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: TParent
See Also