Skip to main content
A newer version of this page is available. .

DbContainerType Enum

Enumerates values that specify the container type.

Namespace: DevExpress.Entity.Model

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public enum DbContainerType

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