Skip to main content

SqlDataConnection.GetDBSchema(String[]) Method

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public override DBSchema GetDBSchema(
    string[] tableList
)

Parameters

Name Type Description
tableList String[]

An array of String values that specify table names.

Returns

Type Description
DBSchema

A DBSchema object that is the data source schema.

See Also