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.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
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