Click or drag to resize

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)
Syntax
public MultiValueDictionary<string, string> GetRealNamesPerAliasForCentralUnits()

Return Value

Type: MultiValueDictionaryString, String
See Also