Overload List
| Name | Description | |
|---|---|---|
| WhereNotIn(String, IDataQuery) | 
            Adds where condition to the nested query, e.g. "columnName NOT IN (...)"
              | |
| WhereNotIn(String, IList Int32 ) | 
            Adds where condition to the list of values, e.g. "columnName NOT IN (...)"
              | |
| WhereNotIn(String, IList String ) | 
            Adds where condition to the list of values, e.g. "columnName NOT IN (...)"
              | 
See Also