Skip to main content

QueryParameterViewModel.QueryName Property

Specifies the name of a query to which a current parameter belongs.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public string QueryName { get; set; }

Property Value

Type Description
String

A string that specifies the query name.

See Also