Transactional Data Model
The provider models the Mailchimp Transactional API as relational Views.
Tables
The CData ADO.NET Provider for Mailchimp models the Mailchimp Transactional API in Tables so that it can be easily queried and updated.
Views
Views are tables that cannot be modified. Typically, data that are read-only and cannot be updated are shown as views.
Stored Procedures
Stored Procedures are function-like interfaces to the data source. They can be used to search, update, and modify information in the data source.