[]
Represents a modal dialog for designing and editing SQL queries.
public class QueryDesignerDialog
The QueryDesignerDialog class provides a user interface for creating and modifying SQL queries. It allows users to specify the query text and define query parameters.
| Name | Description |
|---|---|
| QueryDesignerDialog(IQueryDesignerHost) | Initializes a new instance of the QueryDesignerDialog class with the specified query designer host. |
| Name | Description |
|---|---|
| Parameters | Gets or sets the query parameters used in the SQL query. |
| Query | Gets or sets the SQL query text. |
| Name | Description |
|---|---|
| ShowDialog(Control, bool) | Shows the query designer dialog as a modal dialog box. |