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