Data Model
The CData ADO.NET Provider for Twitter Ads models Twitter Ads entities in relational Tables, Views, and Stored Procedures.
The provider uses the Twitter Ads API to process supported filters. The provider processes other filters client-side within the provider.
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.