Q.Zack.EFCore.Batch_NET6 1.0.2

dotnet add package Q.Zack.EFCore.Batch_NET6 --version 1.0.2
NuGet\Install-Package Q.Zack.EFCore.Batch_NET6 -Version 1.0.2
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="Q.Zack.EFCore.Batch_NET6" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Q.Zack.EFCore.Batch_NET6 --version 1.0.2
#r "nuget: Q.Zack.EFCore.Batch_NET6, 1.0.2"
#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.
// Install Q.Zack.EFCore.Batch_NET6 as a Cake Addin
#addin nuget:?package=Q.Zack.EFCore.Batch_NET6&version=1.0.2

// Install Q.Zack.EFCore.Batch_NET6 as a Cake Tool
#tool nuget:?package=Q.Zack.EFCore.Batch_NET6&version=1.0.2

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 6.x.
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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Q.Zack.EFCore.Batch_NET6:

Package Downloads
Q.Zack.EFCore.Batch.MySQL.Pomelo_NET6

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 6.x.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 583 8/19/2022

Summary of changes made in this release of the package.