Skip to main content
All docs
V26.1
  • SelectNodeBuilder.Select(SelectStatement[]) Method

    Specifies the SELECT operation.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public SelectNodeBuilder Select(
        params SelectStatement[] statements
    )

    Parameters

    Name Type Description
    statements SelectStatement[]

    Columns to include in the result set.

    Returns

    Type Description
    SelectNodeBuilder

    A SelectNodeBuilder object on which a method is being called.

    See Also