Click or drag to resize
MappingTrackerFromToAliasesForDefaultIfEmptysFound Property
Gets the list of from-to alias pairs for DefaultIfEmpty expressions found which will be replaced with a set with a different alias This list is used to correct elements which refer to the DefaultIfEmpty's 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 Dictionary<SetAlias, SetAlias> FromToAliasesForDefaultIfEmptysFound { get; }

Property Value

Type: DictionarySetAlias, SetAlias
See Also