Click or drag to resize
IRelationPropagator Interface
Interface which is used on expression classes which propagate a set of relations upwards which once belonged to elements inside the implementing object.

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
public interface IRelationPropagator

The IRelationPropagator type exposes the following members.

Properties
  NameDescription
Public propertyRelationsToUse
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.
Top
Methods
  NameDescription
Public methodAddRelations
Adds the relations passed in.
Top
See Also