Skip to main content

ObjectDataProvider.GetTables() Method

Returns a collection of tables available in a data source.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public IEnumerable<TableInfo> GetTables()

Returns

Type Description
IEnumerable<TableInfo>

A collection of TableInfo objects.

Implements

See Also