xiaoyang.entityframeworkcore.bulk
Entity Framework Core Batch Extensions for INSERT UPDATE DELETE UPSERT MERGE operations by generating SQLs. NOTE that you should install the corresponding provider package. Commonly Used Extension Methods: DbContext.Auditlogs.Where(a => a.Time == DateTime.Now.AddDays(-30)).BatchDelete(); DbContext.Employees.Where(a => a.IsActive).BatchUpdate(a => new Employee { Salary = a.Salary + 10000 }); DbContext.Votes.Upsert(() => new Vote { CommentId = cid, Votes = 1 }, v => new Vote { Votes = v.Votes + 1 });
Ecosystem
nuget.org
nuget.org
Latest Release
about 4 years ago
6.0.29
about 4 years ago
Versions
13
13
Downloads
43,800 total
43,800 total
Dependent Packages
2
2
Loading...
Readme
Loading...
Links
| Registry | nuget.org |
| Source | Repository |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:nuget/xiaoyang.entityframeworkcore.bulk
spec |
| License | MIT |
| First Release | almost 5 years ago |
| Last Synced | 2 days ago |
Repository
| Stars | 31 on GitHub |
| Forks | 6 on GitHub |
Rankings on nuget.org
Overall
Top 9.1%
Downloads
Top 9.1%
Forks
Top 6.6%