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.12.0.0 (5.12.0)
SyntaxIRelationCollection RelationsToUse { get; }ReadOnly Property RelationsToUse As IRelationCollection
	Get
Property Value
Type: 
IRelationCollection
See Also