SQLConnectionControl RefreshDatabaseList Method Control Documentation
Refresh the database list and add values to database list combobox.

Namespace: ZsZ_Studio.Controls
Assembly: SQL.Connection.Control (in SQL.Connection.Control.dll) Version: 1.0.4947.20663 (1.0.0.0)
Syntax

public void RefreshDatabaseList(
	bool enablemessages = true
)
Remarks

Exceptions:

If ShowDatabaseListErrors property is set to True, then the error message will be shown in a messagebox.
You can override the error message in DatabaseListErrorMsg property.

When you will handle the exception from code, use the ErrorOccurred event.
See Also