Click or drag to resize

QuerySpecExtensionMethods.Intersect Method

Overload List
  NameDescription
Public methodStatic memberIntersect(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 toInclude.
Public methodStatic memberIntersect<T>(DynamicQuery<T>, DynamicQuery)
Specifies the where clause of the query by appending a predicate which is true for each element in query which is also in toInclude.
Public methodStatic memberIntersect<TEntity>(EntityQuery<TEntity>, EntityQuery<TEntity>)
Specifies the where clause of the query by appending a predicate which is true for each entity in query which is also in toInclude.
Public methodStatic memberIntersect<TEntity>(EntityQuery<TEntity>, IEnumerable<TEntity>)
Specifies the where clause of the query by appending a predicate which is true for each entity in query which is also in the list 'entities'
Top
See Also