IWhereConditionTParentWhereIn Method |
Name | Description | |
---|---|---|
WhereIn(String, IDataQuery) |
Adds where condition to the nested query, e.g. "columnName IN (...)"
| |
WhereIn(String, ICollectionGuid) |
Adds where condition to the list of values, e.g. "columnName IN (...)"
| |
WhereIn(String, ICollectionInt32) |
Adds where condition to the list of values, e.g. "columnName IN (...)"
| |
WhereIn(String, ICollectionString) |
Adds where condition to the list of values, e.g. "columnName IN (...)"
|