Click or drag to resize
ProjectionExpressionAddRelations Method
Adds the relations passed in. Relations are added to this expression if a field in this projection is in a related entity and the relations contained inside this projection are required to access the field.

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 void AddRelations(
	IRelationCollection relationsToAdd
)

Parameters

relationsToAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The relations to add.

Implements

IRelationPropagatorAddRelations(IRelationCollection)
See Also