Skip to main content
All docs
V23.2

IChooseEFConnectionStringPageView.SetCanSaveToStorage(Boolean) Method

If implemented, sets whether the connection string can be saved to the dedicated storage.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

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