EFStoredProcedureInfoCollection.AddRange(IEnumerable<EFStoredProcedureInfo>) Method
Adds a collection of EFStoredProcedureInfo objects to the current 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 |
---|---|---|
storedProcedureInfos | IEnumerable<EFStoredProcedureInfo> | A collection of EFStoredProcedureInfo objects to append to the current collection. |
Remarks
Objects are appended to the collection in the same order that they have in the source collection.
See Also