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

    If implemented, specifies the type of the data connection to an Entity Framework data source.

    Namespace: DevExpress.DataAccess.Wizard.Views

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    ConfigureConnectionMode Mode { get; set; }

    Property Value

    Type Description
    ConfigureConnectionMode

    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