Retrieves the connection list,
stripping passwords if suppressPasswords is true.
Namespace: CleanCode.DatabaseControlsAssembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public ConnectionDetailsCollection RetrieveConnectionList( bool suppressPasswords )
Parameters
- suppressPasswords
- Type: System Boolean
suppresses password inclusion if set to true
Return Value
Original or updated connection list.Remarks
See Also