EFStoredProcedureInfoCollection.AddRange(IEnumerable<EFStoredProcedureInfo>) Method
In This Article
Adds a collection of EFStoredProcedureInfo objects to the current collection.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public void AddRange(
IEnumerable<EFStoredProcedureInfo> storedProcedureInfos
)
#Parameters
Name | Type | Description |
---|---|---|
stored |
IEnumerable<EFStored |
A collection of EFStored |
#Remarks
Objects are appended to the collection in the same order that they have in the source collection.
See Also