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

EntityInfo<TName>.Name Property

Specifies the data source name.

Namespace: DevExpress.Data.XtraReports.DataProviders

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

[DataMember]
public TName Name { get; set; }

Property Value

Type Description
TName

A TName object that is the name of the entity.

See Also