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

IContainerInfo.ContainerType Property

Specifies the container type.

Namespace: DevExpress.Entity.Model

Assembly: DevExpress.Data.v19.1.dll

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