Click or drag to resize

MappingTrackerUpdateGroupJoinInstanceInStores Method

Updates the group join instance in the dictionary stores in this class. As the handlers create new instances of groupjoin expressions each time a referenced element changes, these references have to be updated.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public void UpdateGroupJoinInstanceInStores(
	GroupJoinExpression groupJoin
)

Parameters

groupJoin
Type: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesGroupJoinExpression
The group join.
See Also