Skip to main content

ValidateSqlEventArgs.Sql Property

Contains the SQL query to validate.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.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