Click or drag to resize
MappingTrackerRemoveRelationshipForParameters Method
Removes the relationship specified for all parameters it's been tracked for. This is required if the relationship has been used for a correlation predicate.

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 RemoveRelationshipForParameters(
	IRelation toRemove
)

Parameters

toRemove
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelation
To remove.
See Also