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

Parameters

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