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

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: TParent
See Also