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

QueryParameterViewModel.QueryName Property

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

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public string QueryName { get; set; }

Property Value

Type Description
String

A string that specifies the query name.

See Also