Skip to main content

ColumnInfo.ActualName Property

Returns a string identifier of a data column.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public string ActualName { get; }

Property Value

Type Description
String

A String value, identifying the column.

Remarks

To determine whether a column is referred to by its ColumnInfo.Name or its ColumnInfo.Alias, use the ColumnInfo.HasAlias property.

See Also