Skip to main content

TableInfo Class

When connecting to a data source using the WPF Report Wizard, assigns identifiers to data tables, views and stored procedures, as well as their data members.

Namespace: DevExpress.Data.XtraReports.DataProviders

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

[DataContract]
public class TableInfo :
    EntityInfo<string>,
    ICloneable

The following members return TableInfo objects:

#Inheritance

See Also