Click or drag to resize
IWhereConditionTParentWhereNot Method
Adds the negation of the given where condition

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
TParent WhereNot(
	IWhereCondition where
)

Parameters

where
Type: CMS.DataEngineIWhereCondition
Where condition

Return Value

Type: TParent
See Also