QuerySelectorForm Setup Method CleanCode C# Libraries v1.2.03 API
Setups the specified connection details.

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

public bool Setup(
	ConnectionDetails connectionDetails,
	bool reload
)

Return Value

true if a library reload is requested and the reload is successful.
Remarks

This should be called before making the form visible.
See Also