Skip to main content

DbContainerType Enum

Enumerates values that specify the container type.

Namespace: DevExpress.Entity.Model

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.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