Provider Schema
The Data Model has three parts: Tables, Views, and Stored Procedures.
Tables
Tables allow access to the data from the data source. RSSBus Google ADO.NET Provider takes the data from the data source and displays it in tables so that the data can be easily queried and updated.
Views
Views are tables that cannot be modified. Typically data that is read only and cannot be updated are shown as views.