Adds where condition to the list of values, e.g. "columnName IN (...)"
            
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- columnName
 - Type: 
System String
Column name 
- nestedQuery
 - Type: CMS.DataEngine IDataQuery
Nested query 
- negation
 - Type: 
System Boolean
If true, the expression is NOT IN 
Return Value
Type: TParentSee Also