Click or drag to resize
EntityQueryTEntityCorrelatedOver Method
Overload List
  NameDescription
Public methodCorrelatedOver(IEntityRelation)
Uses the specified relationship to construct a correlation predicate between this query (where TEntity should be the start entity of the relation specified) and a parent entity query. This method helps constructing correlation predicates without knowing the FK - PK relationships.
Public methodCorrelatedOver(IEntityRelation, String, String)
Uses the specified relationship to construct a correlation predicate between this query (where TEntity should be the start entity of the relation specified) and a parent entity query. This method helps constructing correlation predicates without knowing the FK - PK relationships.
Top
See Also