IConfigureEFStoredProceduresPageView.Procedures Property
If implemented, gets the stored procedures with the specified parameters from the list of procedures to be used.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<StoredProcedureViewInfo> | A collection of StoredProcedureViewInfo objects, which provide the settings of stored procedures. |
See Also