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

EFDBTableViewModel.DataMemberType Property

Indicates the type of a data member from an Entity Framework data source.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public override EFDataMemberType DataMemberType { get; }

Property Value

Type Description
EFDataMemberType

An EFDataMemberType enumeration value.

Available values:

Name Description
Table

The data member is a table.

View

The data member is a view.

StoredProcedure

The data member is a stored procedure.

See Also