ValidateDashboardCustomSqlQueryEventArgs.CustomSqlQuery Property
Gets the custom SQL query that should be checked.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
public CustomSqlQuery CustomSqlQuery { get; }
Public ReadOnly Property CustomSqlQuery As CustomSqlQuery
Property Value
Type | Description |
---|---|
CustomSqlQuery | A CustomSqlQuery object that specifies the custom SQL query. |
See Also
Feedback