Skip to main content

IDBSchemaProviderEx.GetTables(SqlDataConnection, String[]) Method

Returns the data tables corresponding to a specific data connection.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

DBTable[] GetTables(
    SqlDataConnection connection,
    params string[] tableList
)

Parameters

Name Type Description
connection SqlDataConnection

An SqlDataConnection object, specifying a connection to a data store.

tableList String[]

An array of String values, specifying the data tables to request.

Returns

Type Description
DBTable[]

An array of DBTable objects.

See Also