Skip to main content

EFDBStoredProcedureViewModel.DataMemberType Property

Indicates the data member type.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

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