Click or drag to resize
MappingTrackerAddRelationForParameter Method
Adds the relation which is (indirectly) determined from a navigaton from the parameter specified.

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 void AddRelationForParameter(
	ParameterExpression parameter,
	IRelation relation
)

Parameters

parameter
Type: System.Linq.ExpressionsParameterExpression
The parameter.
relation
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelation
The relation.
See Also