EntityQueryTEntityCorrelatedOver Method | 
| Name | Description | |
|---|---|---|
| CorrelatedOver(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.
              | |
| CorrelatedOver(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.
              |