Click or drag to resize
WhereBuilderGetIn Method
Gets the IN expression

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual string GetIn(
	string columnName,
	bool negation,
	string nested
)

Parameters

columnName
Type: SystemString
Column name
negation
Type: SystemBoolean
If true, produces NOT IN
nested
Type: SystemString
Nested expression

Return Value

Type: String
See Also