ChooseEFConnectionStringPage Properties
Provides a view for the Select the Connection String page of the Data Source Wizard in WPF applications.| Name | Description |
|---|---|
| AvailableConnections | Specifies available data connections. |
| AvailableModes | Returns a collection of available data connection types. |
| CanSaveToStorage | Sets whether the connection string can be saved to the dedicated storage. |
| Description | Specifies the description of the current wizard page. |
| IsInDesignMode static | Gets whether design-time mode is active. Inherited from ViewModelBase. |
| Mode | Specifies the type of the data connection to an Entity Framework data source. |
| NewConnectionName | Specifies the name of a new data connection. |
| NewConnectionString | Specifies the connection string used to establish a connection to an Entity Framework data source. |
| SelectedConnectionName | Specifies the name of the connection selected from the list of available connections. |
| ShouldSaveConnectionString | Specifies whether to save the connection string to the dedicated storage. |
| UseCustomFooter | Inherited from WizardPageBase. |
See Also