EFCore.ReturningExtensions
10.0.0
dotnet add package EFCore.ReturningExtensions --version 10.0.0
NuGet\Install-Package EFCore.ReturningExtensions -Version 10.0.0
<PackageReference Include="EFCore.ReturningExtensions" Version="10.0.0" />
<PackageVersion Include="EFCore.ReturningExtensions" Version="10.0.0" />
<PackageReference Include="EFCore.ReturningExtensions" />
paket add EFCore.ReturningExtensions --version 10.0.0
#r "nuget: EFCore.ReturningExtensions, 10.0.0"
#:package EFCore.ReturningExtensions@10.0.0
#addin nuget:?package=EFCore.ReturningExtensions&version=10.0.0
#tool nuget:?package=EFCore.ReturningExtensions&version=10.0.0
EF Core Returning Extensions
Features
- 🚀 Single Round Trip - Retrieve modified values without additional SELECT queries
Installation
.NET CLI
dotnet add package EFCore.ReturningExtensions
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. |
-
net10.0
- Microsoft.EntityFrameworkCore (>= 10.0.0 && < 12.0.0)
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.0 && < 12.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on EFCore.ReturningExtensions:
| Package | Downloads |
|---|---|
|
EFCore.ReturningExtensions.Npgsql
PostgreSQL/Npgsql provider implementation for EF Core RETURNING clause extensions. Adds support for UPDATE and DELETE operations with RETURNING clause. |
|
|
EFCore.ReturningExtensions.SqlServer
SQL Server provider implementation for EF Core OUTPUT clause extensions. Adds support for UPDATE and DELETE operations with OUTPUT clause returning affected rows data. |
|
|
EFCore.ReturningExtensions.Sqlite
Sqlite provider implementation for EF Core RETURNING clause extensions. Adds support for UPDATE and DELETE operations with RETURNING clause returning affected rows data. |
GitHub repositories
This package is not used by any popular GitHub repositories.