AdoCacheEngine 1.12.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package AdoCacheEngine --version 1.12.4
                    
NuGet\Install-Package AdoCacheEngine -Version 1.12.4
                    
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="AdoCacheEngine" Version="1.12.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AdoCacheEngine" Version="1.12.4" />
                    
Directory.Packages.props
<PackageReference Include="AdoCacheEngine" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AdoCacheEngine --version 1.12.4
                    
#r "nuget: AdoCacheEngine, 1.12.4"
                    
#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.
#:package AdoCacheEngine@1.12.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AdoCacheEngine&version=1.12.4
                    
Install as a Cake Addin
#tool nuget:?package=AdoCacheEngine&version=1.12.4
                    
Install as a Cake Tool

Allows creating cached collections of model objects, creating abstraction layer for MS SQL Server database.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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 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.