ValidateSqlEventArgs Properties
Provides data for the SnapControl.ValidateCustomSql event.| Name | Description |
|---|---|
| ConnectionParameters | Gets parameters used to establish a connection to the data source containing a custom SQL query. |
| Message | Gets or sets the exception message displayed if validation 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