ValidateCustomSqlQueryEventArgs.Valid Property
In This Article
Gets or sets whether or not the current SQL query is valid.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if the current SQL query is valid; otherwise, false. |
See Also