Click or drag to resize
QuerySpecExtensionMethodsExcept Method
Overload List
  NameDescription
Public methodStatic memberExcept(DynamicQuery, DynamicQuery)
Specifies the where clause of the query by appending a predicate which is true for each element in query which is also in toExclude.
Public methodStatic memberExceptT(DynamicQueryT, DynamicQuery)
Specifies the where clause of the query by appending a predicate which is true for each element in query which is also in toExclude.
Public methodStatic memberExceptTEntity(EntityQueryTEntity, EntityQueryTEntity)
Specifies the where clause of the query by appending a predicate which is true for each entity in query which isn't in toExclude.
Public methodStatic memberExceptTEntity(EntityQueryTEntity, IEnumerableTEntity)
Specifies the where clause of the query by appending a predicate which is true for each entity in query which isn't in the list 'entities'
Top
See Also