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

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: TParent
See Also