SelectColumnExpression.ActualName Property
Gets the column name to use in queries and conditions.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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