ADO.NET Provider for Microsoft Dynamics 365 Business Central

Build 23.0.8839

Data Model

The CData ADO.NET Provider for Microsoft Dynamics 365 Business Central models Microsoft Dynamics 365 Business Central entities in relational Tables, Views, and Stored Procedures. The table definitions are dynamically obtained from the OData service you connect to. Any changes in the metadata, such as added or removed columns or changes in data type, can be loaded by reconnecting.

Tables

The provider models the writable entities described in the service metadata document as bidirectional Tables.

Stored Procedures

Stored Procedures are function-like interfaces to the data source. They can be used to perform additional operations that fall outside of the standard CRUD model.

Miscellaneous information

Be aware that INSERT statements on table SalesInvoiceLines work only when the status of the sales invoice is 'DRAFT'. If the status is 'PAID' or 'OPEN' then the INSERT statement will not complete successfully. This is an API limitation.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839