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.6.0.0 (5.6.19.0117)
Syntax
public Dictionary<SetAlias, SetAlias> FromToAliasesForDefaultIfEmptysFound { get; }

Property Value

Type: DictionarySetAlias, SetAlias
See Also