Your location:Home>文件对比 数据库管理 >数据库管理工具

Entity Framework Extensions

Entity Framework Extensions

Extend your DbContext with high-performance batch and bulk operations

 

Improve Entity Framework Performance

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.

Features

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.

 

北京哲想软件有限公司