Tables
The adapter models the data in SharePoint into a list of tables that can be queried using standard SQL statements.
Generally, querying SharePoint tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns. These types of situations are clearly documented at the top of the table page linked below.
SharePoint Adapter Tables
| Name | Description |
| Announcements | Create, update, delete, and query items in Announcement lists. |
| Attachments | Read or delete Attachments for the specified item on the specified list. |
| Calendar | Create, update, query, and delete items in SharePoint Calendar lists. |
| Contacts | Create, update, query, and delete items in SharePoint Contact lists. |
| Documents | Create, update, delete, and query Documents from SharePoint libraries. |
| Groups | Create, update, delete, and query Groups from SharePoint. |
| IssueTracking | Create, update, query, and delete items in SharePoint Issue Tracking lists. |
| Links | Create, update, query, and delete items in SharePoint Link lists. |
| Pictures | Create, update, delete, and query documents in a picture library. |
| Roles | Create, update, delete, and query Roles from SharePoint. |
| Tasks | Create, update, query, and delete items in a SharePoint Tasks list. |
| Users | Create, update, delete, and query Users from SharePoint. |
| Views | Create, update, delete, and query the available lists in SharePoint. |