Skip to main content

EFStoredProcedureInfoCollection.AddRange(EFStoredProcedureInfo[]) Method

Adds an array of EFStoredProcedureInfo objects to the collection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

public void AddRange(
    EFStoredProcedureInfo[] storedProcedureInfos
)

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