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

SqlDataConnection.GetDBSchema(Boolean) Method

Returns the schema of the data source that is connected using the current SqlDataConnection.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public DBSchema GetDBSchema(
    bool loadColumns
)

Parameters

Name Type Description
loadColumns Boolean

true, to load columns to the data source tables; otherwise, false.

Returns

Type Description
DBSchema

A DBSchema object that is the data source schema.

See Also