Gets the current database connection.
Namespace: CleanCode.SqlEditorControlsAssembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
public ConnectionDetails DbConnection { get; }
Public ReadOnly Property DbConnection As ConnectionDetails
Get
public:
property ConnectionDetails^ DbConnection {
ConnectionDetails^ get ();
}
Field Value
The DB connection.
The user has a dropdown that presents a user-defined list
of database connections. This property returns all the details
(username, server, database, etc.) of the currently selected one.
See
DbConnectionName to get just the
name of the connection.