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; }
Public ReadOnly Property FromToAliasesForDefaultIfEmptysFound As Dictionary(Of SetAlias, SetAlias)
Get
Property Value
Type:
DictionarySetAlias,
SetAliasSee Also