CleanCode C# Libraries v0.9.22 API

ConnectionStringManager.UsernameKey Method 

Returns the key name of the username attribute of the connection string for the current connection type (ODBC or non-ODBC).

public static string UsernameKey(
   ConnectionStringManager.DBTypes dbType
);

Parameters

dbType
Type of the database connection.

Return Value

Username key name.

See Also

ConnectionStringManager Class | CleanCodeControls.Forms Namespace