Back to Devexpress

TableInfo Class

corelibraries-devexpress-dot-data-dot-xtrareports-dot-dataproviders-e59037e1.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Data

Declaration

csharp
[DataContract]
public class TableInfo :
    EntityInfo<string>,
    ICloneable
vb
<DataContract>
Public Class TableInfo
    Inherits EntityInfo(Of String)
    Implements ICloneable

The following members return TableInfo objects:

Inheritance

Object EntityInfo<String> TableInfo

See Also

TableInfo Members

DevExpress.Data.XtraReports.DataProviders Namespace