WhereConditionBase<TParent>.WhereNotIn Method |
Name | Description | |
---|---|---|
![]() | WhereNotIn(String, IDataQuery) |
Adds where condition to the nested query, e.g. "columnName NOT IN (...)"
|
![]() | WhereNotIn(String, ICollection<Guid>) |
Adds where condition to the list of values, e.g. "columnName NOT IN (...)"
|
![]() | WhereNotIn(String, ICollection<Int32>) |
Adds where condition to the list of values, e.g. "columnName NOT IN (...)"
|
![]() | WhereNotIn(String, ICollection<Int64>) |
Adds where condition to the list of values, e.g. "columnName NOT IN (...)"
|
![]() | WhereNotIn(String, ICollection<String>) |
Adds where condition to the list of values, e.g. "columnName NOT IN (...)"
|