Gets or sets the connection list.
Namespace: CleanCode.SqlEditorControlsAssembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
public ConnectionDetailsCollection ConnectionList { get; set; }
Public Property ConnectionList As ConnectionDetailsCollection
Get
Set
public:
property ConnectionDetailsCollection^ ConnectionList {
ConnectionDetailsCollection^ get ();
void set (ConnectionDetailsCollection^ value);
}
Field Value
The connection list.
This list is typically initialized from persistent storage
during program startup, and saved during program cleanup.
The SqlEditor control uses this list to populate the
drop-down button that then lets the user choose a database connection.