ValidateCustomSqlQueryEventArgs Properties
Provides data for the SqlDataSource.ValidateCustomSqlQuery event.Name | Description |
---|---|
CustomSqlQuery | Gets a custom SQL query being validated. |
ExceptionMessage | Gets or sets the exception message returned after validation of the custom SQL query. |
Valid | Gets or sets whether or not the current SQL query is valid. |
See Also