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

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: TParent

Implements

IWhereConditionTParentWhereNotEmpty(String)
See Also