Click or drag to resize
EntityExpressionCorrelationRelation Property
Gets the relation which connects the set defined by this entity type and a containing query. This is normally the first relation in the relationsToUse list, as that relation ties the relations in the RelationsToUse to the outer query. A correlated subquery is a normal subquery with a predicate which ties subquery set and outer query together. This predicate is createable from the entity relation by simply creating FieldCompareExpression predicates from the field(s) of fk and pk. Aliases for the fields have to be set to the aliases of pk/fk side in the relation. Can be null.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public IEntityRelation CorrelationRelation { get; }

Property Value

Type: IEntityRelation
See Also