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

ConfigureEFConnectionStringPage Properties

Provides a view for the Specify a Connection String page of the Data Source Wizard in WPF applications.
Name Description
CanSaveConnectionString Specifies whether or not the connection string can be saved to the dedicated storage.
ConnectionName Specifies the name of the created connection.
ConnectionString Specifies the connection string created on a wizard page.
Description Specifies the description of the current wizard page.
IsInDesignMode static Gets whether design-time mode is active. Inherited from ViewModelBase.
ShouldSaveConnectionString Specifies whether or not to save the connection string to the dedicated storage.
UseDefaultConnectionString Specifies whether to use the default connection string.
See Also