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