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

ConfigureQueryPage<TModel>.DBSchema Property

Gets the schema of the connected SQL data source.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v23.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public DBSchema DBSchema { get; set; }

Property Value

Type Description
DBSchema

An object specifying the database schema.

See Also