Skip to main content
All docs
V26.1
  • SelectColumnExpression.ActualName Property

    Gets the column name to use in queries and conditions.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    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