DBDriverBaseGetRealNamesPerAliasForCentralUnits Method |
If specified, it'll produce an alias-realnames dictionary for the CentralUnitAliases specified by the user. If not specified, it will return an empty dictionary
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.13.0.0 (5.13.25.1117)
Syntaxpublic MultiValueDictionary<string, string> GetRealNamesPerAliasForCentralUnits()
Public Function GetRealNamesPerAliasForCentralUnits As MultiValueDictionary(Of String, String)
Return Value
Type:
MultiValueDictionaryString,
String
See Also