[]
Shows the query designer dialog as a modal dialog box.
public DialogResult ShowDialog(Control owner, bool allowBackgoundThread = true)
| Type | Name | Description |
|---|---|---|
| Control | owner | The Control object that owns this dialog. |
| bool | allowBackgoundThread | A bool value indicating whether background thread processing is allowed. |
| Type | Description |
|---|---|
| DialogResult | One of the DialogResult values indicating the result of the dialog. |