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.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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