DbDetails DbNames Property CleanCode C# Libraries v1.2.03 API
Gets a collection of all supported database type names.

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

public static Collection<string> DbNames { get; }

Field Value

The database type names.
See Also