Skip to main content

ValidateCustomSqlQueryEventArgs.Valid Property

Gets or sets whether or not the current SQL query is valid.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public bool Valid { get; set; }

Property Value

Type Description
Boolean

true, if the current SQL query is valid; otherwise, false.

See Also