Skip to main content

ValidateDashboardCustomSqlQueryEventArgs.CustomSqlQuery Property

Gets the custom SQL query that should be checked.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public CustomSqlQuery CustomSqlQuery { get; }

Property Value

Type Description
CustomSqlQuery

A CustomSqlQuery object that specifies the custom SQL query.

See Also