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

ConfigureEFConnectionStringPageView.SetCanSaveToStorage(Boolean) Method

Sets whether the connection string can be saved to the dedicated storage.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

Declaration

public void SetCanSaveToStorage(
    bool value
)

Parameters

Name Type Description
value Boolean

true, if the connection string can be saved to the storage; otherwise, false.

Remarks

If the connection string can be saved to the storage, the dedicated check box and editor with the connection name are enabled on a wizard page. The ConfigureEFConnectionStringPageView.ShouldSaveConnectionString property specifies whether to save the connection string.

See Also