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
Parameters
Name | Type | Description |
---|---|---|
collection | IEnumerable<Parameter> | A collection of elements to be added to a list. |
See Also