Prepares the condition over IDs.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- columnName
- Type:
System String
Column name
- values
- Type:
System.Collections.Generic IList
Int32
ID values for the IN expression
- negation (Optional)
- Type:
System Boolean
Indicates if the negation should be used in the condition (ABC NOT IN (1, 2, 3 ...))
See Also