IConnectionStringBuilderDlg interface
Defines methods for ConnectionString Builder dialog
public interface Korzh.EasyQuery.Db.IConnectionStringBuilderDlg
Package: Korzh.EasyQuery.Db
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.Db.dll
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
ConnectionString | string | Gets the connection string. |
DBGateName | string | Gets the name of Korzh.EasyQuery.Db.DbGate object. |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
RunDialog(DbGate dbGate, bool changeSourceControls) | bool | Shows the dialog. |