Returns the key name of the username attribute of the connection string
for the current connection type (ODBC or non-ODBC).
Namespace: CleanCode.DatabaseControlsAssembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public static string UsernameKey( ConnectionStringManager..::..DBTypes dbType )
Parameters
- dbType
- Type: CleanCode.DatabaseControls ConnectionStringManager DBTypes
Type of the database connection.
Return Value
Username key name.See Also