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