Click or drag to resize
MappingTrackerUpdateGroupByExpressionInStores Method
Updates the group by expression in the dictionaries in this class. As the handlers create new instances of groupby 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.3.0.0 (5.3.0)
Syntax
public void UpdateGroupByExpressionInStores(
	GroupByExpression groupBy
)

Parameters

groupBy
Type: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesGroupByExpression
The group by.
See Also