DbContainerType Enum
Enumerates values that specify the container type.
Namespace: DevExpress.Entity.Model
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Members
Name | Description |
---|---|
EntityFramework
|
Specifies the Entity Framework data model. |
WCF
|
Specifies the WCF data service. |
Related API Members
The following properties accept/return DbContainerType values:
See Also