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

    NuGet Package: DevExpress.DataAccess

    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