Skip to main content

JoinElementCollection.AddRange(JoinElement[]) Method

Adds an array of JoinElement objects to the end of the collection.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public void AddRange(
    JoinElement[] elements
)

Parameters

Name Type Description
elements JoinElement[]

An array of JoinElement objects to add to the collection.

See Also