IDBSchemaProviderEx.GetTables(SqlDataConnection, String[]) Method
Returns the data tables corresponding to a specific data connection.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
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