Skip to main content
A newer version of this page is available. .

IParameterViewModel.QueryName Property

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

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

string QueryName { get; set; }

Property Value

Type Description
String

A String that specifies the query name.

See Also