EFStoredProcedureInfoCollection Class
A collection of stored procedures provided by an EFDataSource.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
[TypeConverter(typeof(EFStoredProcedureInfoCollectionTypeConverter))]
public sealed class EFStoredProcedureInfoCollection :
List<EFStoredProcedureInfo>
Related API Members
The following members return EFStoredProcedureInfoCollection objects:
Remarks
An individual item in the collection is represented by a EFStoredProcedureInfo object.
Inheritance
See Also