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

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.v20.2.dll

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

Declaration

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

Inheritance

See Also