Skip to main content

ConfigureQueryPage.StoredProcedures Property

Specifies stored procedures available on a wizard page.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual IEnumerable<string> StoredProcedures { get; protected set; }

Property Value

Type Description
IEnumerable<String>

A collection of strings that specify names of stored procedures.

See Also