SimpleNet.Data.dll
1.0.4
Please use SimpleNet.Standard.Data package v(1.0.0) as that's built using dotnet standard 2.0 framework and is supported
dotnet add package SimpleNet.Data.dll --version 1.0.4
NuGet\Install-Package SimpleNet.Data.dll -Version 1.0.4
<PackageReference Include="SimpleNet.Data.dll" Version="1.0.4" />
paket add SimpleNet.Data.dll --version 1.0.4
#r "nuget: SimpleNet.Data.dll, 1.0.4"
// Install SimpleNet.Data.dll as a Cake Addin #addin nuget:?package=SimpleNet.Data.dll&version=1.0.4 // Install SimpleNet.Data.dll as a Cake Tool #tool nuget:?package=SimpleNet.Data.dll&version=1.0.4
Simplified dataaccess layer with Enterprise Library's Sql Accessor Implementation.
Please visit https://github.com/Hem/SimpleNet.Data for more information
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. 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
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.0 : Ability to Read, Execute Scalar, Execute Non Query
1.0.1 : Bug Fixed
1.0.2 : Support for database transactions and executing multiple commands across a single connection.
1.0.3 : Fixed Read[T] and FirstOrDefault()
1.0.4 : Removed resources so exception contains messages.