ValidateSqlEventArgs Properties
Provides data for the XRDesignMdiController.ValidateCustomSql event.Name | Description |
---|---|
ConnectionParameters | Provides access to settings used to establish the current data connection. |
Message | Specifies the error message to display if query validation fails. |
Sql | Contains the SQL query to validate. |
Valid | Specifies whether the query is valid. |
See Also