MultiConnectionStringManager RetrieveConnectionList Method (Boolean)CleanCode C# Libraries v1.2.03 API
Retrieves the connection list, stripping passwords if suppressPasswords is true.

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

public ConnectionDetailsCollection RetrieveConnectionList(
	bool suppressPasswords
)

Parameters

suppressPasswords
Type: OnlineSystem Boolean
suppresses password inclusion if set to true

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