ConnectionStringManager UsernameKey Method CleanCode C# Libraries v1.2.03 API
Returns the key name of the username attribute of the connection string for the current connection type (ODBC or non-ODBC).

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

public static string UsernameKey(
	ConnectionStringManager..::..DBTypes dbType
)

Return Value

Username key name.
See Also