Skip to main content
A newer version of this page is available. .

ValidateSqlEventArgs.Sql Property

Contains the SQL query to validate.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v20.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public string Sql { get; }

Property Value

Type Description
String

A string containing the SQL query to validate.

See Also