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

DbConnectionDataProvider.GetTables() Method

Returns a collection of tables available in a data source.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public IEnumerable<TableInfo> GetTables()

Returns

Type Description
IEnumerable<TableInfo>

A collection of TableInfo objects.

Implements

See Also