Skip to main content
All docs
V23.2

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.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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