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

QueryBuilderEditQueryContext.ResultSchemaProvider Property

Specifies the provider of a data source result schema.

Namespace: DevExpress.DataAccess.UI.Sql

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

Declaration

public IResultSchemaProvider ResultSchemaProvider { get; set; }

Property Value

Type Description
IResultSchemaProvider

An object implementing the IResultSchemaProvider interface.

See Also