Back to Devexpress

EntityInfo<TName> Class

corelibraries-devexpress-dot-data-dot-xtrareports-dot-dataproviders-dot-entityinfo-1.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Data

Declaration

csharp
[DataContract]
public abstract class EntityInfo<TName>
vb
<DataContract>
Public MustInherit Class EntityInfo(Of 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.

Inheritance

Object EntityInfo<TName> ColumnInfo

DataSourceInfo

StoredProcedureInfo

TableInfo

See Also

EntityInfo<TName> Members

DevExpress.Data.XtraReports.DataProviders Namespace