IDataProvider.GetViews() Method
Returns a collection of views 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. |
See Also