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

ValidateDashboardCustomSqlQueryWebEventArgs.CustomSqlQuery Property

Gets the custom SQL query that should be checked.

Namespace: DevExpress.DashboardWeb

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

Declaration

public CustomSqlQuery CustomSqlQuery { get; }

Property Value

Type Description
CustomSqlQuery

A CustomSqlQuery object that specifies the custom SQL query.

See Also