Skip to main content
All docs
V24.2

IDataSourceCacheKey.QueryName Property

Gets the query name used in the associated data source.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

string QueryName { get; }

#Property Value

Type Description
String

A String value that stores the query name.

See Also