Click or drag to resize
IRelationPropagatorRelationsToUse Property
Gets the relations required to access this element. Can be null (which means: no relations needed) This collection is filled if the element represented by this expression is a related element so a relation is required to reach that element. The relations in this collection are always IEntityRelation, as dynamic relations aren't the result of an access of a related entity/collection, which are the source of the relations in this set.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
IRelationCollection RelationsToUse { get; }

Property Value

Type: IRelationCollection
See Also