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

EditQueryContext.QueryValidator Property

Specifies an object that is used to validate SQL strings.

Namespace: DevExpress.DataAccess.UI.Sql

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public ICustomQueryValidator QueryValidator { get; set; }

Property Value

Type Description
ICustomQueryValidator

An object implementing the ICustomQueryValidator interface.

See Also