Skip to main content
All docs
V25.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.v25.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