Click or drag to resize
WhereConditionBaseTParentWhereFalse Method (String)
Adds the where condition for a false column value (boolean column equals false).

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: TParent

Implements

IWhereConditionTParentWhereFalse(String)
See Also