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