Zack.EFCore.Batch 1.6.9

dotnet add package Zack.EFCore.Batch --version 1.6.9
                    
NuGet\Install-Package Zack.EFCore.Batch -Version 1.6.9
                    
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="Zack.EFCore.Batch" Version="1.6.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zack.EFCore.Batch" Version="1.6.9" />
                    
Directory.Packages.props
<PackageReference Include="Zack.EFCore.Batch" />
                    
Project file
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 Zack.EFCore.Batch --version 1.6.9
                    
#r "nuget: Zack.EFCore.Batch, 1.6.9"
                    
#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 Zack.EFCore.Batch@1.6.9
                    
#: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=Zack.EFCore.Batch&version=1.6.9
                    
Install as a Cake Addin
#tool nuget:?package=Zack.EFCore.Batch&version=1.6.9
                    
Install as a Cake Tool

Using this library, Entity Framework Core users can delete or update multiple records from a LINQ Query in a SQL statement without loading entities. This libary supports Entity Framework Core 5.0. As for EF Core 6 users, please use Zack.EFCore.Batch_NET6
This package is a basic support package, so it can not be used directly.
Please use the database-specific packages, like  Zack.EFCore.Batch.Npgsql, Zack.EFCore.Batch.MySQL.Pomelo, Zack.EFCore.Batch.Npgsql, etc.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 was computed.  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 was computed.  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.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Zack.EFCore.Batch:

Package Downloads
Zack.EFCore.Batch.Sqlite

A Sqlite-specific version of Zack.EFCore.Batch. Using this library, Entity Framework Core users can delete or update multiple records from a LINQ Query in a SQL statement without loading entities. This libary supports Entity Framework Core 5.0. As for EF Core 6 users, please use Zack.EFCore.Batch.Sqlite_NET6.

Zack.EFCore.Batch.MySQL.Pomelo

A MySQL(Pomelo)-specific version of Zack.EFCore.Batch. Using this library, Entity Framework Core users can delete or update multiple records from a LINQ Query in a SQL statement without loading entities. This libary supports Entity Framework Core 5.0 and above.

Zack.EFCore.Batch.Npgsql

A Postgresql-specific version of Zack.EFCore.Batch. Using this library, Entity Framework Core users can delete or update multiple records from a LINQ Query in a SQL statement without loading entities. This libary supports Entity Framework Core 5.0. As for EF Core 6 users, please use Zack.EFCore.Batch.Npgsql_NET6.

Zack.EFCore.Batch.MSSQL

A MSSQL-specific version of Zack.EFCore.Batch. Using this library, Entity Framework Core users can delete or update multiple records from a LINQ Query in a SQL statement without loading entities. This libary supports Entity Framework Core 5.0. As for EF Core 6 users, please use Zack.EFCore.Batch.MSSQL_NET6

Zack.EFCore.Batch.Oracle

A Oracle-specific version of Zack.EFCore.Batch. Using this library, Entity Framework Core users can delete or update multiple records from a LINQ Query in a SQL statement without loading entities. This libary supports Entity Framework Core 5.0.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.6.9 1,514 1/26/2024
1.6.8 1,804 12/12/2023
1.6.6 4,195 11/17/2023
1.6.3 12,908 9/5/2022
1.6.2 2,357 7/29/2022
1.6.1 1,877 7/16/2022
1.6.0 1,829 7/12/2022
1.5.15 4,147 4/20/2022
1.5.14 1,750 4/19/2022
1.5.13 1,766 4/19/2022
1.5.12 1,859 4/11/2022
1.5.11 5,299 1/22/2022
1.5.10 1,648 1/21/2022
1.5.9 681 1/10/2022
1.5.8 4,700 12/20/2021
1.5.7 1,004 12/20/2021
1.5.6 1,552 12/14/2021
1.5.5 1,276 12/13/2021
1.5.4 1,036 12/10/2021
1.5.3 20,928 12/2/2021
Loading failed