Skip to main content
A newer version of this page is available. .

JoinElementCollection.AddRange(JoinElement[]) Method

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

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public void AddRange(
    JoinElement[] elements
)

Parameters

Name Type Description
elements JoinElement[]

An array of JoinElement objects to add to the collection.

See Also