EFDataSource.StoredProcedures Property
Gets the 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
Property Value
Type | Description |
---|---|
EFStoredProcedureInfoCollection | A EFStoredProcedureInfo object specifying a collection of stored procedures. |
See Also