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 (...)"
              | 
See Also