Skip to main content
All docs
V25.1
  • IChooseEFConnectionStringPageView.ShouldSaveConnectionString Property

    If implemented, specifies whether to save the connection string to the dedicated storage.

    Namespace: DevExpress.DataAccess.Wizard.Views

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    bool ShouldSaveConnectionString { get; set; }

    Property Value

    Type Description
    Boolean

    true to save the connection string; otherwise, false.

    See Also