Click or drag to resize
WhereConditionBaseTParentWhereNotNull Method (String)
Adds the where condition for a not null column value

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: TParent

Implements

IWhereConditionTParentWhereNotNull(String)
See Also