SqlEditor ConnectionList Property CleanCode C# Libraries v1.2.03 API
Gets or sets the connection list.

Namespace: CleanCode.SqlEditorControls
Assembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public ConnectionDetailsCollection ConnectionList { get; set; }

Field Value

The connection list.
Remarks

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.
See Also