Back to Devexpress

ValidateCustomSqlQueryEventArgs.Valid Property

corelibraries-devexpress-dot-dataaccess-dot-validatecustomsqlqueryeventargs-37eae483.md

latest1.1 KB
Original Source

ValidateCustomSqlQueryEventArgs.Valid Property

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

Namespace : DevExpress.DataAccess

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public bool Valid { get; set; }
vb
Public Property Valid As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ValidateCustomSqlQueryEventArgs Class

ValidateCustomSqlQueryEventArgs Members

DevExpress.DataAccess Namespace