Views
Views are similar to tables in the way that data is represented, however views do not support updates. Data sources that are represented as a view are typically read-only data sources. Often a stored procedure is available to update the data if such functionality is applicable to the data source.
Queries can be executed against a view as if it was a normal table and the data that comes back is similar in that regard. To find out more about tables and stored procedures, please navigate to their corresponding entries in this help document.
Views are composed of Columns and Pseudo-Columns.
RSSBus SharePoint ADO.NET Provider Views
| Name | Description |
| Sys_TableColumns | This is a system table which lists the metadata of the table columns. |
| Sys_Tables | This is a system table which provides a list of tables. |
| sys_views | This is a system table which provides a listing of views. By default, there are no views for the SharePoint data provider. |