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

ConfigureEFConnectionStringPage.ShouldSaveConnectionString Property

Specifies whether or not to save the connection string to the dedicated storage.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

[BindableProperty(OnPropertyChangedMethodName = "RaiseConnectionParametersChanged")]
public virtual bool ShouldSaveConnectionString { get; set; }

Property Value

Type Description
Boolean

true, to save the connection string; otherwise, false.

Remarks

This property is in effect if the connection string can be saved to the storage (see ConfigureEFConnectionStringPage.CanSaveConnectionString).

See Also