EFParameterCollection.AddRange(EFParameter[]) Method
Appends an array of stored procedure parameters to the collection.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| parameters | EFParameter[] | An array of EFParameter objects to append to the collection. |
See Also