EFOdbc.EntityFrameworkCore
1.0.0-rc.7
This is a prerelease version of EFOdbc.EntityFrameworkCore.
dotnet add package EFOdbc.EntityFrameworkCore --version 1.0.0-rc.7
NuGet\Install-Package EFOdbc.EntityFrameworkCore -Version 1.0.0-rc.7
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="EFOdbc.EntityFrameworkCore" Version="1.0.0-rc.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EFOdbc.EntityFrameworkCore" Version="1.0.0-rc.7" />
<PackageReference Include="EFOdbc.EntityFrameworkCore" />
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 EFOdbc.EntityFrameworkCore --version 1.0.0-rc.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EFOdbc.EntityFrameworkCore, 1.0.0-rc.7"
#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 EFOdbc.EntityFrameworkCore@1.0.0-rc.7
#: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=EFOdbc.EntityFrameworkCore&version=1.0.0-rc.7&prerelease
#tool nuget:?package=EFOdbc.EntityFrameworkCore&version=1.0.0-rc.7&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
EFOdbc.EntityFrameworkCore
Provider EF Core para IBM i / AS400 (DB2 for i) sobre el driver managed
EFOdbc.Data. LINQ, SaveChanges (con identity vía FINAL TABLE y concurrencia
optimista), Migrations con DDL DB2 for i y scaffolding desde el catálogo QSYS2.
Preview: el repositorio de código fuente es privado mientras el paquete esté en versión preview. Se hará público al publicar la primera versión estable (GA). Hasta entonces, los enlaces al repositorio pueden no resolver.
services.AddDbContext<AppDbContext>(opt =>
opt.UseEFOdbc("Server=mi-ibmi;User=USER;Password=PASS;DefaultLibrary=MILIB;"));
Take(n)→FETCH FIRST n ROWS ONLY·Skip+Take→LIMIT/OFFSETbool→SMALLINT·Guid→CHAR(36)·decimal→DECIMAL(19,4)·DateOnly→DATE- Migrations:
GENERATED ALWAYS AS IDENTITY,CCSID 1208,FOR SYSTEM NAMEpara nombres > 10 caracteres (pre-IBM i 7.4) - Scaffolding tolerante con el mundo real de IBM i: tablas sin PK ni FKs (ficheros lógicos) se scaffoldean sin problema
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- EFOdbc.Data (>= 1.0.0-rc.7)
- Microsoft.EntityFrameworkCore (>= 10.0.10)
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.10)
-
net8.0
- EFOdbc.Data (>= 1.0.0-rc.7)
- Microsoft.EntityFrameworkCore (>= 9.0.18)
- Microsoft.EntityFrameworkCore.Relational (>= 9.0.18)
-
net9.0
- EFOdbc.Data (>= 1.0.0-rc.7)
- Microsoft.EntityFrameworkCore (>= 9.0.18)
- Microsoft.EntityFrameworkCore.Relational (>= 9.0.18)
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.0-rc.7 | 77 | 7/31/2026 |
| 1.0.0-rc.6 | 67 | 7/31/2026 |
| 1.0.0-rc.5 | 65 | 7/28/2026 |
| 1.0.0-rc.4 | 62 | 7/27/2026 |
| 1.0.0-rc.3 | 65 | 7/27/2026 |
| 1.0.0-rc.1 | 67 | 7/24/2026 |
| 1.0.0-preview.12 | 67 | 7/23/2026 |
| 1.0.0-preview.9 | 62 | 7/22/2026 |
| 1.0.0-preview.6 | 64 | 7/20/2026 |