Skip to main content
All docs
V25.1
  • ChooseEFConnectionStringPageView.Mode Property

    Specifies the type of the data connection to an Entity Framework data source.

    Namespace: DevExpress.DataAccess.UI.Wizard.Views

    Assembly: DevExpress.DataAccess.v25.1.UI.dll

    NuGet Package: DevExpress.DataAccess.UI

    Declaration

    [DefaultValue(ConfigureConnectionMode.Default)]
    public ConfigureConnectionMode Mode { get; set; }

    Property Value

    Type Default Description
    ConfigureConnectionMode Default

    The type of the data connection to an Entity Framework data source.

    Available values:

    Name Description
    Default

    A default connection string.

    Existing

    An existing connection string.

    New

    A new custom connection string.

    See Also