ConfigureQueryPage Properties
Provides a view for the Create a Query or Select a Stored Procedure (Single-Query Version) page of the Data Source Wizard in WPF applications.
Name | Description |
---|---|
Allow |
Specifies whether custom SQL editing is enabled on a wizard page. |
Can |
Specifies whether it is possible to select a stored procedure. |
Description | Specifies the description of the current wizard page. |
Is |
Gets whether design-time mode is active.
Inherited from View |
Query |
Specifies the type of query selected on a wizard page. |
Selected |
Specifies the index of the selected item in the list of available stored procedures. |
Sql |
Specifies the SQL string created on a wizard page. |
Stored |
Specifies stored procedures available on a wizard page. |
Use |
See Also