OdbcDsnInfo AllDsnNames Property CleanCode C# Libraries v1.2.03 API
Reads the local user/system DSN registry entries and returns a sorted list of Data Source Names.

Namespace: CleanCode.Data
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static Collection<string> AllDsnNames { get; }

Field Value

A collection of Data Source Names
Remarks

In the event that a DSN exists in both the User and System registries, the User DSN takes precedence over the System DSN.
See Also