ValidateCustomSqlQueryEventArgs(CustomSqlQuery, Boolean) Constructor
Initializes a new instance of the ValidateCustomSqlQueryEventArgs class.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
customSqlQuery | CustomSqlQuery | A CustomSqlQuery object that is the custom SQL query. |
valid | Boolean | A Boolean value that specifies whether on not the specified SQL query is valid. |
See Also