WhereConditionBaseTParentWhereIn 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, ICollectionInt64) |
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 (...)"
| |
WhereIn(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!
| |
WhereIn(String, ICollectionGuid, Boolean) |
Adds where condition to the list of values, e.g. "columnName IN (...)"
| |
WhereIn(String, ICollectionInt32, Boolean) |
Adds where condition to the list of values, e.g. "columnName IN (...)"
| |
WhereIn(String, ICollectionInt64, Boolean) |
Adds where condition to the list of values, e.g. "columnName IN (...)"
| |
WhereIn(String, ICollectionString, Boolean) |
Adds where condition to the list of values, e.g. "columnName IN (...)"
|