Enables you to connect to Microsoft Dynamics 365 Business Central sources just like SQL tables. Just specify your credentials and access data from any Dynamics 365 Business Central source.
$ dotnet add package CData.D365BusinessCentralThe CData D365BusinessCentral Provider allows you to connect to D365BusinessCentral sources just like SQL tables. Simply specify your credentials and access data from any D365BusinessCentral source.
The NuGet package automatically downloads and installs a license so no additional action is needed.
A license must be activated before the .NET Standard Provider can be used. To activate a license, you can use install-license, a .NET Core application included with the Provider. This application is present in the 'tools' folder of the package installation directory, which on Windows can typically be found at: %USERPROFILE%.nuget\packages\cdata.datasource
To use the install-license application run the command:
dotnet ./install-license.dll 'key'
Ensure that 'key' is your product key. This will install a license on the particular system.
In-depth documentation on establishing a connection to D365BusinessCentral can be found at our website.
Microsoft Dynamics 365 Business Central 2025 - Copyright (c) 2026 CData Software, Inc. - All rights reserved. - For more information, please visit our website at www.cdata.com.