Skip to main content

MultiQueryConfigureParametersPage.QueriesToAdd Property

Specifies the collection of queries to which parameters can be added.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

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

Property Value

Type Description
IEnumerable<String>

A collection of String values that specify query names.

See Also