IConfigureQueryPageView Properties
If implemented, provides a view for the Create a Query or Select a Stored Procedure page of the Data Source Wizard.| Name | Description |
|---|---|
| QueryType | If implemented, specifies the type of the query selected on a wizard page. |
| SelectedStoredProcedureIndex | If implemented, specifies the index of the selected item in the list of available stored procedures. |
| SqlString | If implemented, specifies the SQL string created on a wizard page. |
See Also