Nemiro.Data.dll 2.11.4.126

dotnet add package Nemiro.Data.dll --version 2.11.4.126
NuGet\Install-Package Nemiro.Data.dll -Version 2.11.4.126
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="Nemiro.Data.dll" Version="2.11.4.126" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nemiro.Data.dll --version 2.11.4.126
#r "nuget: Nemiro.Data.dll, 2.11.4.126"
#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 Nemiro.Data.dll as a Cake Addin
#addin nuget:?package=Nemiro.Data.dll&version=2.11.4.126

// Install Nemiro.Data.dll as a Cake Tool
#tool nuget:?package=Nemiro.Data.dll&version=2.11.4.126

Nemiro.Data.dll library is designed to work with databases Microsoft SQL Server.

The library contains helper classes for working with data.
Implements an object-oriented data access (Object-Relational Mapping, ORM).
And also implements caching data.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.11.4.126 1,638 3/30/2014

March 30th, 2014

The new version fixes some bugs.
Improved performance and increased stability of the file cache.
Fixed minor bugs in the ORM class and SqlClient.
Fixed typos in the documentation. Documentation translated into English.

Additions

* In the <CacheCleanupResult> class added <TimeElapsed> property,
 which contains execution time of cleanup cache.

* In the file cache added <BufferAccessTimeout> property, which allows you to control the buffer timeout.

* Added  possibility of transmitting custom CacheBinder from the classes: <SqlClient> and <BaseObject>.

Changes

* In the <CacheInfo> class names of most properties was lost a <Cache> prefix.

* Improved search of cache object in the <CacheCollection>.

* Improved memory buffer in the file cache.

Fixes

* Fixed a bug that occurred when calling <PreviousPage> and <NextPage> methods of the <DataObjectCollection> class.

* Fixed bug with incorrect parse a connection string when the specified physical path to a database file.

* Fixed a bug that could occur when you initialize an instance of the <SqlClient> class, if the <CachePath> parameter set <null> (Nothing) value.

* Fixed bug with a SQL-statements building in the <CreateTable> method of the <BaseObject> class.

* In the <GetList> method of the <BaseObject> class fixed a bug that could occur when requesting all data, without pagination.