Skip to main content
All docs
V26.1
  • SelectStatement Struct

    Defines the column and its alias in the SELECT expression.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public struct SelectStatement

    The following members return SelectStatement objects:

    Remarks

    An array of the SelectStatement objects is a parameter of the SelectNodeBuilder.Select method.

    See Also