Back to Devexpress

DbContainerType Enum

corelibraries-devexpress-dot-entity-dot-model.md

latest1006 B
Original Source

DbContainerType Enum

Enumerates values that specify the container type.

Namespace : DevExpress.Entity.Model

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum DbContainerType
vb
Public Enum DbContainerType

Members

NameDescription
EntityFramework

Specifies the Entity Framework data model.

| | WCF |

Specifies the WCF data service.

|

The following properties accept/return DbContainerType values:

See Also

DevExpress.Entity.Model Namespace