A newer version of this page is available.
Switch to the current version.
TableInfo.DataMemberType Property
Classifies the data member that belongs to a connected data source.
Namespace: DevExpress.Data.XtraReports.DataProviders
Assembly: DevExpress.Data.v18.2.dll
Declaration
[DataMember]
public DataMemberType DataMemberType { get; set; }
<DataMember>
Public Property DataMemberType As DataMemberType
Property Value
Type | Description |
---|---|
DataMemberType | A DataMemberType enumeration value, classifying the data member. |
See Also
Feedback