Skip to main content

ParameterList.AddRange(Parameter[]) Method

Appends an array of master-detail relations to the ParameterList.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

public void AddRange(
    Parameter[] items
)

Parameters

Name Type Description
items Parameter[]

An array of Parameter objects to append to the collection.

Remarks

Objects are added to the end of the collection in the same order they have in the array.

See Also