MultiConnectionStringManager LoadConnectionList Method CleanCode C# Libraries v1.2.03 API
Loads a connection list into the form for manipulation.

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

public void LoadConnectionList(
	ConnectionDetailsCollection connectionList,
	bool suppressPasswords
)

Return Value

A Boolean indicating whether the operation was error-free or not.
Remarks

This is typically used during initialization, where the input connectionList is retrieved from persistent storage for the application.
See Also