Skip to main content
All docs
V23.2

ConfigureConnectionMode Enum

Lists values that specify 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

public enum ConfigureConnectionMode

Members

Name Description
Default

A default connection string.

Existing

An existing connection string.

New

A new custom connection string.

Related API Members

The following properties accept/return ConfigureConnectionMode values:

Library Related API Members
Cross-Platform Class Library IChooseEFConnectionStringPageView.Mode
WinForms Controls ChooseEFConnectionStringPageView.Mode
WPF Controls ChooseEFConnectionStringPage.Mode

See Also