Click or drag to resize
MappingTrackerAddDefaultIfEmptySourceAlias 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.3.0.0 (5.3.0)
Syntax
public void AddDefaultIfEmptySourceAlias(
	SetAlias sourceAlias,
	SetAlias defaultIfEmptyAlias
)

Parameters

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