Reads the local user/system DSN registry entries and returns a
Dictionary with keys of Data Source Names and values being the driver type.
Namespace: CleanCode.DataAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public static Dictionary<string, string> AllDsnElements { get; }
Field Value
A Dictionary of (Data Source Name, Data Source Driver) pairs.Remarks
See Also