Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public IEnumerable<StoredProcedureViewInfo> Procedures { get; }

Property Value

Type Description
IEnumerable<StoredProcedureViewInfo>

A collection of StoredProcedureViewInfo objects, which provide the settings of stored procedures.

See Also