Skip to main content

ParameterList(IEnumerable<Parameter>) Constructor

Initializes a new instance of the ParameterList class with the specified default set of elements.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

public ParameterList(
    IEnumerable<Parameter> collection
)

Parameters

Name Type Description
collection IEnumerable<Parameter>

A collection of elements to be added to a list.

See Also