Skip to main content
All docs
V26.1
  • SelectExpressionCollection.AddRange(ISelectExpression[]) Method

    Adds the elements of the specified array to the end of the collection.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public void AddRange(
        ISelectExpression[] columns
    )

    Parameters

    Name Type Description
    columns ISelectExpression[]

    An array of the SelectColumnExpression objects or other objects that expose the ISelectExpression interface.

    See Also