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

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: TParent

Implements

IWhereConditionTParentWhereTrue(String)
See Also