IContainerInfo.ContainerType Property
Specifies the container type.
Namespace: DevExpress.Entity.Model
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
DbContainerType | A DbContainerType enumeration value. |
Available values:
Name | Description |
---|---|
EntityFramework | Specifies the Entity Framework data model. |
WCF | Specifies the WCF data service. |
See Also