Click or drag to resize
WhereBuilderGetNegation Method
Gets the negation of the given where condition

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public string GetNegation(
	string where
)

Parameters

where
Type: SystemString
Where condition

Return Value

Type: String
See Also