EntityFramework.IBM.DB2
6.0.3
See the version list below for details.
dotnet add package EntityFramework.IBM.DB2 --version 6.0.3
NuGet\Install-Package EntityFramework.IBM.DB2 -Version 6.0.3
<PackageReference Include="EntityFramework.IBM.DB2" Version="6.0.3" />
paket add EntityFramework.IBM.DB2 --version 6.0.3
#r "nuget: EntityFramework.IBM.DB2, 6.0.3"
// Install EntityFramework.IBM.DB2 as a Cake Addin
#addin nuget:?package=EntityFramework.IBM.DB2&version=6.0.3
// Install EntityFramework.IBM.DB2 as a Cake Tool
#tool nuget:?package=EntityFramework.IBM.DB2&version=6.0.3
IBM Data Server EF 6 Provider for Entity Framework 6 applications accessing IBM Data Servers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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. |
-
.NETFramework 4.0
- EntityFramework (>= 6.0.0 && <= 6.9.9)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EntityFramework.IBM.DB2:
Package | Downloads |
---|---|
System.Data.DB2.EntityFramework.Migrations
Entity framework 6.x migration provider for DB2 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.4.1 | 17,104 | 4/29/2022 |
6.4.0 | 30,724 | 12/24/2020 |
6.4.0-rc | 291 | 12/21/2020 |
6.4.0-beta | 366 | 12/17/2020 |
6.4.0-alpha | 434 | 10/23/2020 |
6.1.3.100 | 1,633 | 10/15/2020 |
6.1.2 | 1,448 | 8/20/2020 |
6.1.1 | 511 | 8/20/2020 |
6.1.0 | 48,274 | 11/28/2018 |
6.0.7 | 52,905 | 6/8/2017 |
6.0.6 | 15,747 | 9/7/2016 |
6.0.5 | 3,599 | 6/20/2016 |
6.0.4 | 3,597 | 4/11/2016 |
6.0.3 | 6,644 | 11/11/2015 |
6.0.2 | 3,439 | 8/24/2015 |
6.0.1 | 7,336 | 2/20/2015 |
6.0.0 | 3,258 | 12/17/2014 |
6.0.0-beta1 | 1,291 | 10/18/2014 |
This patch (release) addresses "System.Data.OptimisticConcurrencyException: Store update, insert, or delete statement affected an unexpected number of rows (0).
Entities may have been modified or deleted since entities were loaded. Refresh ObjectStateManager entries."
, thrown while inserting into a table with serial8 data type as identity column against IDS servers.
It incorporates cumulative fixes.