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.v19.1.dll

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.

See Also