Click or drag to resize
LLBLGenProExpressionExpressionAddRelations Method
Adds the relations passed in. Relations are added to this entityfield expression if the field is in a related entity and the relations contained inside this field object 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