Skip to main content

ISqlDataSourceWizardCustomizationService.CustomQueryValidator Property

Provides access to a custom SQL query validator.

Namespace: DevExpress.DataAccess.Web

Assembly: DevExpress.DataAccess.v24.2.dll

Declaration

ICustomQueryValidator CustomQueryValidator { get; }

Property Value

Type Description
ICustomQueryValidator

An object implementing the ICustomQueryValidator interface.

See Also