WhereConditionBaseTParentWhereIn Method (String, IDataQuery, Boolean) |
Adds where condition to the list of values, e.g. "columnName IN (...)".
Supported generic type is int, long, string or guid ONLY!
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected TParent WhereIn(
string columnName,
IDataQuery nestedQuery,
bool negation
)
Parameters
- columnName
- Type: SystemString
Column name - nestedQuery
- Type: CMS.DataEngineIDataQuery
Nested query - negation
- Type: SystemBoolean
If true, the expression is NOT IN
Return Value
Type:
TParentSee Also