![]() |
Qore CdsRestDataProvider Module Reference 2.1.0
|
The CdsRestDataProvider module provides a dataproviderintro "data provider" API for Microsoft Dynamics 365 Common Data Service REST services. The CdsRestDataProvider class allows for introspecting a Microsoft Common Data Service application instance (such as Dynamics 365, for example), while the ODataEntityDataProvider class supports the dataproviderintro "data provider" record-based API for querying and manipulating entity data in the application.
CDS instances can be introspected with the following format:
uri_pathaccountThe following classes are provided by this module for Dynamics 365:
CdsRestDataProvider::CdsEntityDataProvider "CdsEntityDataProvider"CdsRestDataProvider::CdsRestRecordIterator "CdsRestRecordIterator"The following classes are provided for Business Central:
CdsRestDataProvider::BcEntityDataProvider "BcEntityDataProvider"CdsRestDataProvider::BcRecordIterator "BcRecordIterator"