Skip to main content

SelectColumnExpression.ActualName Property

Gets the column name to use in queries and conditions.

Namespace: DevExpress.DataAccess.DataFederation

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 that is column name to use.

Remarks

The ActualName property gets the column alias or the original column name if the alias is not set.

Implements

See Also