IWhereConditionTParentWhereNotIn Method |
Name | Description | |
---|---|---|
![]() | WhereNotIn(String, IDataQuery) |
Adds where condition to the nested query, e.g. "columnName NOT IN (...)"
|
![]() | WhereNotIn(String, IListInt32) |
Adds where condition to the list of values, e.g. "columnName NOT IN (...)"
|
![]() | WhereNotIn(String, IListString) |
Adds where condition to the list of values, e.g. "columnName NOT IN (...)"
|