Click or drag to resize
SelectConditionPrepare Method (String, IListInt32, Boolean)
Prepares the condition over IDs.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public void Prepare(
	string columnName,
	IList<int> values,
	bool negation = false
)

Parameters

columnName
Type: SystemString
Column name
values
Type: System.Collections.GenericIListInt32
ID values for the IN expression
negation (Optional)
Type: SystemBoolean
Indicates if the negation should be used in the condition (ABC NOT IN (1, 2, 3 ...))
See Also