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

NuGet Package: DevExpress.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