Click or drag to resize
SetExpressionNewAliasAssigned Method
A new alias was set, using AssignNewAliasIfRequired. Use this method to map a wrapped expression to the alias set in the tracker passed in.

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
protected virtual void NewAliasAssigned(
	MappingTracker mappings
)

Parameters

mappings
Type: SD.LLBLGen.Pro.LinqSupportClassesMappingTracker
The mappings.
See Also