ObjectDataProvider.GetTables() Method
Returns a collection of tables available in a data source.
Namespace: DevExpress.XtraReports.Data
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Returns
Type | Description |
---|---|
IEnumerable<TableInfo> | A collection of TableInfo objects. |
Implements
See Also