CleanCode C# Libraries v0.9.23 API

QueryPicker.Setup Method (DBTypes, ConnectionDetails)

Sets up the control for the specified database type.

public void Setup(
   ConnectionStringManager.DBTypes dbType,
   ConnectionDetails connectionDetails
);

Parameters

dbType
Database type.
connectionDetails
The connection details.

Remarks

If called with a non-null ConnectionDetails, then ODBC connections may be identified as SQL Server or Oracle as well.

See Also

QueryPicker Class | CleanCodeControls.Forms Namespace | QueryPicker.Setup Overload List