Skip to main content

EFStoredProcedureInfoCollection.AddRange(IEnumerable<EFStoredProcedureInfo>) Method

Adds a collection of EFStoredProcedureInfo objects to the current collection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public void AddRange(
    IEnumerable<EFStoredProcedureInfo> storedProcedureInfos
)

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