ValidateSqlEventArgs(DataConnectionParametersBase, String) Constructor
Initializes a new instance of the ValidateSqlEventArgs class with the specified settings.
Namespace: DevExpress.Snap
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
public ValidateSqlEventArgs(
DataConnectionParametersBase connectionParameters,
string sql
)
Parameters
Name | Type | Description |
---|---|---|
connectionParameters | DataConnectionParametersBase | A DataConnectionParametersBase object containing parameters used to establish a connection to a data source. |
sql | String | A String value that is the custom SQL query being validated. |
See Also