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

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

Parameters

expression
Type: CMS.DataEngineIQueryObjectWithValue
Column name

Return Value

Type: TParent
See Also