Skip to main content
All docs
V23.2

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public 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