SaveConnectionPage<TModel> Properties
Provides a presenter to the Save the Connection String page of the Data Source Wizard.Name | Description |
---|---|
ConfigureQueryPageType | Specifies the type of the next wizard page (“Create a Query or Select a Stored Procedure (Single-Query Version)“ or “Create a Query or Select a Stored Procedure (Multi-Query Version)“). |
FinishEnabled | |
Model | Provides access to the wizard model, which accumulates settings specified by an end-user during wizard execution. Inherited from WizardPageBase<TView, TModel>. |
MoveNextEnabled | |
PageContent | Provides access to the content of a wizard page. Inherited from WizardPageBase<TView, TModel>. |
See Also