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

EFStoredProcedureInfoCollection Class

A collection of stored procedures provided by an EFDataSource.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public sealed class EFStoredProcedureInfoCollection :
    List<EFStoredProcedureInfo>

The following members return EFStoredProcedureInfoCollection objects:

Remarks

An individual item in the collection is represented by a EFStoredProcedureInfo object.

Inheritance

Object
List<EFStoredProcedureInfo>
EFStoredProcedureInfoCollection
See Also