KnightDataAccessLayer 2.1.0
See the version list below for details.
dotnet add package KnightDataAccessLayer --version 2.1.0
NuGet\Install-Package KnightDataAccessLayer -Version 2.1.0
<PackageReference Include="KnightDataAccessLayer" Version="2.1.0" />
paket add KnightDataAccessLayer --version 2.1.0
#r "nuget: KnightDataAccessLayer, 2.1.0"
// 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 | Versions 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. |
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 | 602 | 1/28/2023 |
5.23.0 | 685 | 10/28/2022 |
5.21.0 | 723 | 7/28/2022 |
5.20.0 | 475 | 5/20/2022 |
5.19.0 | 487 | 5/12/2022 |
5.18.0 | 513 | 3/3/2022 |
5.16.0 | 642 | 1/9/2022 |
5.15.0 | 364 | 1/9/2022 |
5.14.0 | 393 | 1/9/2022 |
5.13.0 | 359 | 1/9/2022 |
5.12.0 | 352 | 1/6/2022 |
5.11.0 | 384 | 12/18/2021 |
5.0.0 | 341 | 12/4/2021 |
4.15.0 | 433 | 11/6/2021 |
4.14.0 | 496 | 2/19/2021 |
4.13.0 | 452 | 2/7/2021 |
4.12.0 | 534 | 12/10/2020 |
4.11.0 | 722 | 2/17/2020 |
4.0.0 | 646 | 2/16/2020 |
3.15.0 | 792 | 1/1/2020 |
3.14.0 | 602 | 11/2/2019 |
3.13.0 | 662 | 9/14/2019 |
3.12.0 | 709 | 2/23/2019 |
3.11.0 | 899 | 9/21/2018 |
3.0.0 | 972 | 8/28/2018 |
2.10.0 | 1,215 | 4/28/2017 |
2.9.0 | 1,220 | 1/1/2017 |
2.8.0 | 1,154 | 10/22/2016 |
2.7.0 | 1,151 | 10/22/2016 |
2.6.0 | 1,496 | 6/18/2016 |
2.4.0 | 1,246 | 2/24/2016 |
2.3.0 | 1,250 | 12/15/2015 |
2.2.0 | 1,253 | 10/10/2015 |
2.1.0 | 1,261 | 10/10/2015 |
1.39.0 | 1,618 | 8/11/2015 |
1.38.0 | 1,415 | 8/10/2015 |
1.36.0 | 1,198 | 6/25/2015 |
1.35.0 | 1,200 | 6/20/2015 |
1.34.0 | 1,292 | 3/14/2015 |
1.31.0 | 1,427 | 10/18/2014 |
1.29.0 | 1,334 | 10/4/2014 |
1.25.0 | 1,358 | 9/9/2014 |
1.24.0 | 1,349 | 5/29/2014 |
1.23.0 | 1,289 | 5/9/2014 |
1.21.0 | 1,401 | 3/22/2014 |
1.18.0 | 1,460 | 11/23/2013 |
1.17.0 | 1,443 | 8/12/2013 |
1.15.0 | 1,496 | 6/29/2013 |
1.14.0 | 1,356 | 5/18/2013 |
1.13.0 | 1,425 | 2/21/2013 |
1.12.0 | 1,389 | 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.