Entity Framework Extensions
Extend your DbContext with high-performance batch and bulk operations
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.
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.
© Copyright 2000-2023 COGITO SOFTWARE CO.,LTD. All rights reserved