Setups the specified connection details.
Namespace: CleanCode.SqlEditorControlsAssembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public bool Setup( ConnectionDetails connectionDetails, bool reload )
Parameters
- connectionDetails
- Type: CleanCode.DatabaseControls.Support ConnectionDetails
The connection details.
- reload
- Type: System Boolean
if set to true reloads the query library from disk.
Return Value
true if a library reload is requested and the reload is successful.Remarks
See Also