EF Core bulk operations - INSERT SELECT, UPDATE SELECT , DELETE SELECT.
Info
Version: | 1.3.183 |
Author(s): | Akash Kava |
Last Update: | Wednesday, May 19, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/neurospeech/ef-core-bulk/blob/master/README.md |
NuGet Url: | https://www.nuget.org/packages/EFCoreBulk |
Install
Install-Package EFCoreBulk
dotnet add package EFCoreBulk
paket add EFCoreBulk
EFCoreBulk Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore.InMemory(>= 3.1.1)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.1)
- Microsoft.EntityFrameworkCore.SqlServer(>= 3.1.1)