ISqlDataSourceWizardCustomizationService.CustomQueryValidator Property
In This Article
Provides access to a custom SQL query validator.
Namespace: DevExpress.DataAccess.Web
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
ICustomQueryValidator CustomQueryValidator { get; }
#Property Value
Type | Description |
---|---|
ICustom |
An object implementing the ICustom |
See Also