Click or drag to resize
MappingTracker.AddDefaultIfEmptySourceAlias Method
Adds the default if empty source alias for the default if empty alias specified. This is required to properly find back the real source if the element at hand is a defaultifempty alias.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public void AddDefaultIfEmptySourceAlias(
	SetAlias sourceAlias,
	SetAlias defaultIfEmptyAlias
)

Parameters

sourceAlias
Type: SD.LLBLGen.Pro.LinqSupportClasses.SetAlias
The source alias.
defaultIfEmptyAlias
Type: SD.LLBLGen.Pro.LinqSupportClasses.SetAlias
The default if empty alias.
See Also