MultiConnectionStringManager RetrieveConnectionList Method CleanCode C# Libraries v1.2.03 API
Retrieves the connection list, including passwords based on user's choices for each connection.

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

public ConnectionDetailsCollection RetrieveConnectionList()

Return Value

Original or updated connection list.
Remarks

Once updates have been made to the connection list using this control, this method retrieves the updated list (if the Accept  method has been invoked) or the original list otherwise.
See Also