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

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.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

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