Skip to main content

ValidateCustomSqlQueryEventArgs Constructors

Provides data for the SqlDataSource.ValidateCustomSqlQuery event.
Name Parameters Description
ValidateCustomSqlQueryEventArgs(CustomSqlQuery, Boolean, DataConnectionParametersBase) customSqlQuery, valid, connectionParameters Initializes a new instance of the ValidateCustomSqlQueryEventArgs class with specified settings.
ValidateCustomSqlQueryEventArgs(CustomSqlQuery, Boolean) customSqlQuery, valid Initializes a new instance of the ValidateCustomSqlQueryEventArgs class.
See Also