CleanCode C# Libraries v0.9.22 API

ConnectionStringManager.PasswordKey Method 

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

public static string PasswordKey(
   ConnectionStringManager.DBTypes dbType
);

Parameters

dbType
Type of the database connection.

Return Value

Password key name.

See Also

ConnectionStringManager Class | CleanCodeControls.Forms Namespace