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: 13.0.131
Syntax
C#
public virtual TParent WhereTrue(
	IQueryObjectWithValue expression
)

Parameters

expression
Type: CMS.DataEngineIQueryObjectWithValue
Column name

Return Value

Type: TParent
See Also