IWhereConditionTParentWhereIn Method (String, IDataQuery) |
Adds where condition to the nested query, e.g. "columnName IN (...)"
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax TParent WhereIn(
string columnName,
IDataQuery nestedQuery
)
Parameters
- columnName
- Type: SystemString
Column name - nestedQuery
- Type: CMS.DataEngineIDataQuery
Nested query
Return Value
Type:
TParentSee Also