IDataProvider Members
Obsolete. Implements methods that manage data sources utilized by the Silverlight Report Wizard.Properties
Name | Description |
---|---|
TablesOrViewsSupported | Specifies whether a data source is table-based (e.g., a database), or object-model-based (e.g., an XPO object). |
Methods
Name | Description |
---|---|
GetColumns(String) | Returns a collection of columns available in a data source. |
GetData(String) | Returns data available in a data source. |
GetTables() | Returns a collection of tables available in a data source. |
GetViews() | Returns a collection of views available in a data source. |
See Also