Skip to main content

IContainerInfo.ContainerType Property

Specifies the container type.

Namespace: DevExpress.Entity.Model

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

DbContainerType ContainerType { get; }

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