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

TableInfo.DataMemberType Property

Classifies the data member that belongs to a connected data source.

Namespace: DevExpress.Data.XtraReports.DataProviders

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

[DataMember]
public DataMemberType DataMemberType { get; set; }

Property Value

Type Description
DataMemberType

A DataMemberType enumeration value, classifying the data member.

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.

Query

The data member is a query.

See Also