AdoCacheEngine 1.12.4
See the version list below for details.
dotnet add package AdoCacheEngine --version 1.12.4
NuGet\Install-Package AdoCacheEngine -Version 1.12.4
<PackageReference Include="AdoCacheEngine" Version="1.12.4" />
<PackageVersion Include="AdoCacheEngine" Version="1.12.4" />
<PackageReference Include="AdoCacheEngine" />
paket add AdoCacheEngine --version 1.12.4
#r "nuget: AdoCacheEngine, 1.12.4"
#:package AdoCacheEngine@1.12.4
#addin nuget:?package=AdoCacheEngine&version=1.12.4
#tool nuget:?package=AdoCacheEngine&version=1.12.4
Allows creating cached collections of model objects, creating abstraction layer for MS SQL Server database.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AdoCacheEngine:
Package | Downloads |
---|---|
AdoCacheEngineModelGeneration
T4 scripts to generate model classes compatibile with ACE ADO Cache Engine. To use it provide correct data base configuration in DbConfig.tt file and save changes - POCO files will be generated automatically. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
2.0.0-beta.6 | 248 | 6/17/2021 |
2.0.0-beta.5 | 221 | 6/16/2021 |
2.0.0-beta.4 | 230 | 6/16/2021 |
2.0.0-beta.3 | 301 | 11/20/2020 |
2.0.0-beta.2 | 284 | 11/20/2020 |
2.0.0-beta.1 | 349 | 11/19/2020 |
1.13.3 | 1,129 | 10/1/2020 |
1.12.4 | 1,055 | 1/13/2020 |
1.12.3 | 1,095 | 10/24/2019 |
1.12.2 | 1,107 | 10/18/2019 |
1.12.1 | 1,102 | 9/26/2019 |
1.12.0 | 1,055 | 9/26/2019 |
1.11.1 | 1,086 | 9/2/2019 |
1.11.0 | 1,076 | 8/26/2019 |
1.10.3 | 1,073 | 7/25/2019 |
1.10.2 | 1,609 | 6/26/2019 |
1.10.1 | 1,137 | 5/23/2019 |
1.10.0 | 1,432 | 4/23/2019 |
1.12.4
* Methods Update and Delete now see any resulted affected rows greater than 0 (zero) as valid.
1.12.3
* Fix a problem when external object was used in LoadWhere() and it was incorrectly parsed into SQL statement.
1.12.2
* Multithreaded optimalization of LoadRelatedWith() method.
1.12.1
* FIX for IS NULL and IS NULL parser.
1.12.0
* Added support for IS NULL and IS NOT NULL is LoadWhere() and LoadRelatedWIth().
1.11.1
* Fix for wrong type detection in LoadRelatedWith() in situation when name of one table was completly included in other table name.
1.11.0
* Added support for complex expression in LoadRelatedWith() method.
1.10.3
* Insert and Update statement are now properly generated using Parameters.
1.10.2
* Fix for inserting data into tables that don't have Primary Key based on auto-increment/identity.
1.10.1
* Better error reporting in case of missing properties in model class.