Devart.Data.QuickBooks 2.3.190

Prefix Reserved
dotnet add package Devart.Data.QuickBooks --version 2.3.190                
NuGet\Install-Package Devart.Data.QuickBooks -Version 2.3.190                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Devart.Data.QuickBooks" Version="2.3.190" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Devart.Data.QuickBooks --version 2.3.190                
#r "nuget: Devart.Data.QuickBooks, 2.3.190"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Devart.Data.QuickBooks as a Cake Addin
#addin nuget:?package=Devart.Data.QuickBooks&version=2.3.190

// Install Devart.Data.QuickBooks as a Cake Tool
#tool nuget:?package=Devart.Data.QuickBooks&version=2.3.190                

dotConnect for QuickBooks Online

dotConnect for QuickBooks Online is an ADO.NET provider for working with QuickBooks Online data through the standard ADO.NET interfaces. It allows you to easily integrate QuickBooks Online data into your .NET applications, and integrate QuickBooks Online services with widely used data-oriented technologies.

The provider works with .NET Frameworks 4.5+, .NET Core 2.0+, .NET 5+.

It has the same standard ADO.NET classes as other standard ADO.NET providers: QuickBooksConnection, QuickBooksCommand, QuickBooksDataAdapter, QuickBooksDataReader, QuickBooksParameter, etc. This allows you quickly get started with it and eliminates the need to study any QuickBooks Online data access specificities.

More information at dotConnect for QuickBooks Online.

Compatibility


The following table show which version of this package to use with which version of frameworks.

Frameworks Version support
.NET 9, 8, 7, 6, 5
.NET Core 3, 2
.NET Framework 4.8, 4.7, 4.6.2, 4.6.1

More information here

Installation


For projects, using general ADO.NET functionality of dotConnect for QuickBooks Online, you need to install the Devart.Data.QuickBooks package. Execute the following command in the Package Manager Console:

Install-Package Devart.Data.QuickBooks

For projects, using Entity Framework Core 3, 5, 6, 7, 8, 9 with QuickBooks, install the Devart.Data.QuickBooks.EFCore package.

License

See pricing options for ordering.

To activate your license, please download dotConnect for QuickBooks Online from our website. This installer generates the trial key files required for using this package on a trial basis.

Usage


In this example, a new instance of the QuickBooksConnection class (part of the Devart.Data.QuickBooks namespace) is created.

quickbooksConnectionString = 
        "CompanyId=**********;RefreshToken=********************;TokenServer=file:QuickBooksToken.txt";
ASP.NET Core and Blazor

Configuration File Snippet (appsettings.json):

{
  "ConnectionStrings": {
    "DefaultConnection": "CompanyId=**********;RefreshToken=********************;TokenServer=file:QuickBooksToken.txt"
   }
}

Dependency Injection of IConfiguration:

private readonly IConfiguration configuration;

public YourController(IConfiguration config) 
{
    configuration = config;
}

Retrieving a Connection String:

var connectionString = configuration.GetConnectionString("DefaultConnection");
var connection = new QuickBooks OnlineConnection(connectionString);

Key Features

  • Easy Connection: Allows your .NET application to work with QuickBooks Online data.
  • SQL Engine: No need to study and use complex QuickBooks Online API, just use familiar SQL statements. You may use complex JOINs, WHERE conditions, etc. - all the SQL benefits, not available with QuickBooks Online API.
  • Support and updates: Enjoy dedicated support team for prompt issue resolution and regular updates to keep your software running smoothly and securely.

Support Area

More Resources

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Devart.Data.QuickBooks:

Package Downloads
Devart.Data.QuickBooks.EFCore

dotConnect for QuickBooks Online is an ADO.NET provider for working with QuickBooks Online data through the standard ADO.NET or Entity Framework interfaces. It allows you to easily integrate QuickBooks Online data into your .NET applications, and integrate QuickBooks Online services with widely used data-oriented technologies. The provider works with .NET Frameworks 4.5+, .NET Core 2.0+, .NET 5+. The product is compatible with ADO.NET Entity Framework (EF) Core. It has the same standard ADO.NET classes as other standard ADO.NET providers: QuickBooksConnection, QuickBooksCommand, QuickBooksDataAdapter, QuickBooksDataReader, QuickBooksParameter, etc. This allows you quickly get started with it and eliminates the need to study any QuickBooks Online data access specificities. More information at https://www.devart.com/dotconnect/quickbooks/ License See pricing options for ordering https://www.devart.com/dotconnect/quickbooks/ordering.html To activate your license, please download dotConnect for QuickBooks Online from our website https://www.devart.com/dotconnect/quickbooks/download.html This installer generates the trial key files required for using this package on a trial basis. Key Features * Easy Connection: Allows your .NET application to work with QuickBooks data. * SQL Engine: No need to study and use complex QuickBooks API, just use familiar SQL statements. You may use complex JOINs, WHERE conditions, etc. - all the SQL benefits, not available with QuickBooks API. * Support and Updates: Enjoy dedicated support team for prompt issue resolution and regular updates to keep your software running smoothly and securely.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.190 146 12/27/2024
2.2.104 154 11/8/2024
2.2.21 172 6/6/2024
2.2.20 160 5/30/2024
2.1.10 215 1/18/2024
2.0.0 268 11/17/2023