Overload List
Name | Description | |
---|---|---|
WhereIn(String, IDataQuery) |
Adds where condition to the nested query, e.g. "columnName IN (...)"
| |
WhereIn(String, IList Int32 ) |
Adds where condition to the list of values, e.g. "columnName IN (...)"
| |
WhereIn(String, IList String ) |
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 (...)"
| |
WhereIn(String, IList Int32 , Boolean) |
Adds where condition to the list of values, e.g. "columnName IN (...)"
| |
WhereIn(String, IList String , Boolean) |
Adds where condition to the list of values, e.g. "columnName IN (...)"
|
See Also