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

IConfigureQueryPageView Methods

If implemented, provides a view for the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
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.
See Also