Click or drag to resize
ContainsPredicateProducers Methods
Methods
  NameDescription
Public methodStatic memberContains(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.
Public methodStatic memberContains(DynamicQuery, Object)
Creates a predicate which has to be true if the query contains the value specified.
Public methodStatic memberContains(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
Public methodStatic memberContainsTEntity(EntityQueryTEntity, EntityQueryTEntity)
Creates a predicate which has to be true if the query contains the entities in valueSupplierQuery
Top
See Also