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

EFDataMemberViewModelBase.DataMemberType Property

Specifies whether the data member is a table, view or a stored procedure.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public abstract EFDataMemberType DataMemberType { get; }

Property Value

Type Description
EFDataMemberType

A 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