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

EntityInfo<TName> Class

The base class for the DataSourceInfo, TableInfo and ColumnInfo objects that are stored in a Report Wizard’s model.

Namespace: DevExpress.Data.XtraReports.DataProviders

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

[DataContract]
public abstract class EntityInfo<TName>

Type Parameters

Name
TName

Remarks

The EntityInfo<TName> class is used by a WPF Report Wizard for assistance in working with report datasources. In most scenarios, you do not need to use this class by yourself.

See Also