QuerySpecExtensionMethodsIntersect Method | 
| Name | Description | |
|---|---|---|
| Intersect(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.
              | |
| IntersectT(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 toInclude.
              | |
| IntersectTEntity(EntityQueryTEntity, EntityQueryTEntity) | 
            Specifies the where clause of the query by appending a predicate which is true for each entity in query which is also in toInclude.
              | |
| IntersectTEntity(EntityQueryTEntity, IEnumerableTEntity) | 
            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'
              |