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

SelectColumnExpression.ActualName Property

Gets the column name to use in queries and conditions.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

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