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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public TParent WhereTrue(
	IQueryObjectWithValue expression
)

Parameters

expression
Type: CMS.DataEngineIQueryObjectWithValue
Column name

Return Value

Type: TParent
See Also