Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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