FunctionsNotIn Method |
Name | Description | |
---|---|---|
![]() ![]() | NotInTEntity(EntityQueryTEntity, IEnumerableTEntity) |
Creates a predicate which is true for each entity in query which is not in the list of entities specified
|
![]() ![]() | NotIn(IEntityFieldCore, DynamicQuery) |
Creates a NOT (Field IN (query)) predicate
|
![]() ![]() | NotIn(IEntityFieldCore, Object) |
Creates a NOT (Field IN (values)) predicate
|
![]() ![]() | NotInT(IEnumerableIEntityFieldCore, IEnumerableT) |
Creates a predicate which is true if there's no object of type T in values, which has for each property P a field in fields with the same name / alias
and the value for property P is equal to the value of the field equivalent in the main query.
|