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