Skip to main content
A newer version of this page is available. .

IConfigureQueryPageView Members

If implemented, provides a view for the Create a Query or Select a Stored Procedure page of the Data Source Wizard.

Properties

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.

Methods

Name Description
CreateQueryBuilderRunner(IDBSchemaProviderEx, DBSchema, SqlDataConnection, IParameterService) If implemented, creates an object that enables running the Query Builder.
Initialize(Boolean, Boolean, IAliasFormatter) For internal use. If implemented, initializes a wizard page with the specified options.
InitializeStoredProcedures(IEnumerable<String>) If implemented, initializes a wizard page with the list of available stored procedures.

Events

Name Description
QueryTypeChanged Occurs when the query type selected on a wizard page is changed.
RunQueryBuilder Occurs when the Run Query Builder button is clicked on a wizard page.
SqlStringChanged Occurs when the SQL string created on a wizard page is changed.
StoredProcedureChanged Occurs when the selected item in the list of available stored procedures is changed.
See Also