Loads a connection list into the form for manipulation.
Namespace: CleanCode.DatabaseControlsAssembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public void LoadConnectionList( ConnectionDetailsCollection connectionList, bool suppressPasswords )
Parameters
- connectionList
- Type: CleanCode.DatabaseControls.Support ConnectionDetailsCollection
The connection list.
- suppressPasswords
- Type: System Boolean
if set to true suppresses loading any passwords, if present.
Return Value
A Boolean indicating whether the operation was error-free or not.Remarks
See Also