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

EFStoredProcedureInfoCollection.AddRange(IEnumerable<EFStoredProcedureInfo>) Method

Adds a collection of EFStoredProcedureInfo objects to the current collection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

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