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

QueryBuilderEditQueryContext.DBSchemaProvider Property

Specifies a database schema provider for the Query Builder.

Namespace: DevExpress.DataAccess.UI.Sql

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

Declaration

public IDBSchemaProviderEx DBSchemaProvider { get; set; }

Property Value

Type Description
IDBSchemaProviderEx

An object implementing the IDBSchemaProviderEx interface that provides the capability to customize the data source schema.

See Also