ConfigureEFStoredProceduresPage.Procedures Property
Gets the stored procedures with the specified parameters from the list of procedures to be used.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<StoredProcedureViewInfo> | A collection of StoredProcedureViewInfo objects, which provide the settings of stored procedures. |
See Also