| ContainsPredicateProducers Methods | 
| Name | Description | |
|---|---|---|
| Contains(DynamicQuery, DynamicQuery) | 
            Creates a predicate which has to be true if a value in the set produced by query valueSupplierQuery is in the set produced by query.
              | |
| Contains(DynamicQuery, Object) | 
            Creates a predicate which has to be true if the query contains the value specified.
              | |
| Contains(QuerySpec, IEntityCore) | 
            Creates a predicate which has to be true if the query contains an entity which has the same PK values as the entityInstance specified
              | |
| ContainsTEntity(EntityQueryTEntity, EntityQueryTEntity) | 
            Creates a predicate which has to be true if the query contains the entities in valueSupplierQuery
              |