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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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.
Inheritance
See Also