Skip to main content
A newer version of this page is available. .

EFStoredProcedureInfoCollection.AddRange(EFStoredProcedureInfo[]) Method

Adds an array of EFStoredProcedureInfo objects to the collection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

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