Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • ValidateSqlEventArgs Constructors

    Provides data for the SnapControl.ValidateCustomSql event.
    Name Parameters Description
    ValidateSqlEventArgs(DataConnectionParametersBase, String) connectionParameters, sql Initializes a new instance of the ValidateSqlEventArgs class with the specified settings.
    ValidateSqlEventArgs(CustomSqlQuery) customSqlQuery Initializes a new instance of the ValidateSqlEventArgs class with the specified settings.
    See Also