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

ValidateDashboardCustomSqlQueryEventArgs.CustomSqlQuery Property

Gets the custom SQL query that should be checked.

Namespace: DevExpress.DashboardCommon

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

Declaration

public CustomSqlQuery CustomSqlQuery { get; }

Property Value

Type Description
CustomSqlQuery

A CustomSqlQuery object that specifies the custom SQL query.

See Also