NI.Data 2.0.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package NI.Data --version 2.0.9
NuGet\Install-Package NI.Data -Version 2.0.9
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="NI.Data" Version="2.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NI.Data --version 2.0.9
#r "nuget: NI.Data, 2.0.9"
#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 NI.Data as a Cake Addin
#addin nuget:?package=NI.Data&version=2.0.9

// Install NI.Data as a Cake Tool
#tool nuget:?package=NI.Data&version=2.0.9

Fast and flexible DB-independent data layer for .NET. Supports abstract queries (RelEx), SQL-dataviews, triggers and query hooks.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on NI.Data:

Package Downloads
NReco.Application.Web The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

NReco.Application.Web provides common infrastructure for ASP.NET application.

NReco.Dsm.Data The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

NReco data DSM for data layer configuration (based on NI.Data)

NI.Data.Storage

NI.Data.Storage provides ADO.NET-like access to data represented with entity-attribute-value model. Entities may be queried, created, updated and deleted like usual database tables.

NI.Data.Extensions.ORM

A tiny helper-wrapper for ORM-style usage of NI.Data.DataRowDalcMapper

NI.Data.Extensions

NI.Data Extensions

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.10 1,698 7/2/2018
2.0.9 1,694 8/30/2017
2.0.8 1,403 9/6/2016
2.0.6 3,149 1/20/2015
2.0.5 1,609 12/10/2014
2.0.4 1,520 12/10/2014
2.0.3 1,226 10/14/2014
2.0.2 6,683 7/28/2014
2.0.0 1,275 5/10/2014

v.2.0.9 changes:
- Added explicit operator QConst(long)