SpreadsheetValidateCustomSqlQueryEventArgs Properties
Provides data for the SpreadsheetControl.ValidateCustomSqlQuery event.Name | Description |
---|---|
ExceptionMessage | Gets or sets the exception message displayed if validation of the custom SQL query fails. |
Sql | Gets the text of a custom SQL query being validated. |
Valid | Gets or sets whether or not the current SQL query is valid. |
See Also