Click or drag to resize
EntityExpressionAddRelation Method
Adds the relation. The relation passed in is necessary to reach this entity from the root entity of the query.

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 AddRelation(
	IEntityRelation relationToAdd
)

Parameters

relationToAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
The relation to add.
See Also