ValidateCustomSqlQueryEventArgs.ExceptionMessage Property
In This Article
Gets or sets the exception message returned after validation of the custom SQL query.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value that specifies the exception message returned after validation of the custom SQL query. |
See Also