ValidateDashboardCustomSqlQueryEventArgs.CustomSqlQuery Property
In This Article
Gets the custom SQL query that should be checked.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public CustomSqlQuery CustomSqlQuery { get; }
#Property Value
Type | Description |
---|---|
Custom |
A Custom |
See Also