Quintsys.Practices.EnterpriseLibrary.Data 1.0.3

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

// Install Quintsys.Practices.EnterpriseLibrary.Data as a Cake Tool
#tool nuget:?package=Quintsys.Practices.EnterpriseLibrary.Data&version=1.0.3

Extensions and custom classes for the Practices.EnterpriseLibrary.Data namespace.

The Data Access Application Block abstracts the actual database you are using, and exposes a collection of methods that make it easy to access that database and to perform common tasks. The block is designed to simplify the task of calling stored procedures, but it also provides full support for the use of parameterized SQL statements.

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

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
1.0.5 28,924 11/30/2015
1.0.4 11,464 10/27/2015
1.0.3 1,504 10/20/2015
1.0.2 1,565 10/16/2015
1.0.1 1,447 10/15/2015
1.0.0 1,602 10/15/2015

Added an interface for TransactedConnection