DbDetails GetDbConnection Method CleanCode C# Libraries v1.2.03 API
Gets a OnlineDbConnection for the specified database type, determined by the ConnectionStringManager DBTypes enumeration.

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

public static DbConnection GetDbConnection(
	ConnectionStringManager..::..DBTypes dbType,
	string connectionString
)

Return Value

An appropriate DbConnection.
See Also