TableInfo.DataMemberType Property
Classifies the data member that belongs to a connected data source.
Namespace: DevExpress.Data.XtraReports.DataProviders
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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