KnightDataAccessLayer 2.1.0

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

// Install KnightDataAccessLayer as a Cake Tool
#tool nuget:?package=KnightDataAccessLayer&version=2.1.0

ORM and LINQ Provider.  Features: Auto Mapping, Generate Classes from Tables, Generate Tables from Classes, Synchronize Classes to Tables, Generic ADO.NET Wrapper, LINQ Provider support for SQL Server, Oracle, MySQL, VistaDB, Firebird, SQLite, and Microsoft Access.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on KnightDataAccessLayer:

Package Downloads
NetLinkTracker

Easily create expiring URL links and download links.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.24.0 527 1/28/2023
5.23.0 643 10/28/2022
5.21.0 703 7/28/2022
5.20.0 457 5/20/2022
5.19.0 461 5/12/2022
5.18.0 481 3/3/2022
5.16.0 592 1/9/2022
5.15.0 337 1/9/2022
5.14.0 349 1/9/2022
5.13.0 334 1/9/2022
5.12.0 329 1/6/2022
5.11.0 355 12/18/2021
5.0.0 323 12/4/2021
4.15.0 416 11/6/2021
4.14.0 478 2/19/2021
4.13.0 425 2/7/2021
4.12.0 523 12/10/2020
4.11.0 695 2/17/2020
4.0.0 629 2/16/2020
3.15.0 777 1/1/2020
3.14.0 586 11/2/2019
3.13.0 636 9/14/2019
3.12.0 698 2/23/2019
3.11.0 853 9/21/2018
3.0.0 929 8/28/2018
2.10.0 1,181 4/28/2017
2.9.0 1,186 1/1/2017
2.8.0 1,117 10/22/2016
2.7.0 1,114 10/22/2016
2.6.0 1,468 6/18/2016
2.4.0 1,211 2/24/2016
2.3.0 1,212 12/15/2015
2.2.0 1,214 10/10/2015
2.1.0 1,233 10/10/2015
1.39.0 1,577 8/11/2015
1.38.0 1,383 8/10/2015
1.36.0 1,183 6/25/2015
1.35.0 1,165 6/20/2015
1.34.0 1,271 3/14/2015
1.31.0 1,392 10/18/2014
1.29.0 1,313 10/4/2014
1.25.0 1,327 9/9/2014
1.24.0 1,323 5/29/2014
1.23.0 1,268 5/9/2014
1.21.0 1,361 3/22/2014
1.18.0 1,436 11/23/2013
1.17.0 1,419 8/12/2013
1.15.0 1,460 6/29/2013
1.14.0 1,333 5/18/2013
1.13.0 1,404 2/21/2013
1.12.0 1,356 2/18/2013

Kellerman Software is proud to announce Version 2.0 of the .NET Data Access Layer.  Major feature; provider for PostgreSQL.  New methods LoadWithChildren, LoadWhere, LoadOne overload with where clause.  New name value parameter support for simpler calling.  Support for special directories for file based databases such as current directory, application data, and my documents.  Record hook events for Before Insert, Before Update, Before Delete, After Insert, After Update, and After Read.  Fix for joining a parent of a child.  A super simple demo is now included. Correction for time not being saved for MS Access.  Added help for connection strings and joins.