EFStoredProcedureInfoCollection.AddRange(EFStoredProcedureInfo[]) Method
Adds an array of EFStoredProcedureInfo objects to the collection.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| storedProcedureInfos | EFStoredProcedureInfo[] | An array of EFStoredProcedureInfo objects to append to the collection. |
Remarks
Objects are added to the end of the collection in the same order they have in the array.
See Also