Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : xiaoyang.entityframeworkcore.bulk.sqlserver

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 });

Registry - Homepage - JSON
purl: pkg:nuget/xiaoyang.entityframeworkcore.bulk.sqlserver
Keywords: EntityFrameworkCore, EFCore, Insert, Update, Upsert, Merge, Delete, SqlServer, PostgreSql, MySql, Sqlite, EF, entity-framework-core
License: MIT
Latest release: over 2 years ago
First release: about 3 years ago
Downloads: 15,442 total
Stars: 31 on GitHub
Forks: 6 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 17 days ago

    Loading...
    Readme
    Loading...