Skip to main content
All docs
V26.1
  • SelectNode.Expressions Property

    Provides access to a collection of objects that define columns in the SELECT statement.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    [Browsable(false)]
    public SelectExpressionCollection Expressions { get; }

    Property Value

    Type Description
    SelectExpressionCollection

    A SelectExpressionCollection object that contains SELECT statement column definitions.

    See Also