Skip to main content
All docs
V23.2

ChooseEFConnectionStringPageView.SetCanSaveToStorage(Boolean) Method

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

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Package: DevExpress.DataAccess.UI

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.

See Also