Z.EntityFramework Extensions Bundle v4.0.88
Z.EntityFramework Extensions Bundle v4.0.88
Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more.
Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more!
Use BulkSaveChanges to execute bulk operations when saving a large number of entities for maximal performance.
Use BatchSaveChanges to combine SQL generated by SaveChanges to reduce database round-trip.
Bulk SaveChanges
Use BulkOperations to improve saving performance.
Bulk Operations
Maximize your performance and customize how your entities are saved in the database.
Bulk Insert
Bulk Update
Bulk Delete
Bulk Merge
Bulk Synchronize
Batch SaveChanges
Batch SQL Command generated by SaveChanges in fewer command to reduce database round-trip.
Batch Operations
Execute UPDATE and DELETE statement directly in database with LINQ Query without loading entities in the context.
DeleteFromQuery
UpdateFromQuery
Only for V.I.P
Warning! You are not allowed to view this text.