Skip to main content

IParameterViewModel.QueryName Property

Specifies the name of the query to which a parameter is assigned.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

string QueryName { get; set; }

Property Value

Type Description
String

A String that specifies the query name.

See Also