Gets or sets the name of the database connection.
Namespace: CleanCode.SqlEditorControlsAssembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
public string DbConnectionName { get; set; }
public string DbConnectionName { get; set; }
Public Property DbConnectionName As String
Get
Set
Public Property DbConnectionName As String
Get
Set
public:
property String^ DbConnectionName {
String^ get ();
void set (String^ value);
}
Field Value
The name of the DB connection.
The user has a dropdown that presents a user-defined list
of database connections. This property returns the name
of the currently selected connection.
See
DbConnection to get the details of the
connection rather than just the name.