未验证 提交 b8210e09 编写于 作者: B Boris Djurdjevic 提交者: GitHub

Update README.md

上级 05da41c0
# EFCore.BulkExtensions
EntityFrameworkCore extensions:
-Bulk operations (very fast): **Insert, Update, Delete, Read, Upsert, Sync, SaveChanges.**
-Bulk operations (very fast-forward): **Insert, Update, Delete, Read, Upsert, Sync, SaveChanges.**
-Batch ops: **Delete, Update** - will be Deprecated since EF7 has native Execute-Up/Del; and **Truncate**.
Library is Lightweight and very Efficient, having all mostly used [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operation.
Was selected in top 20 [EF Core Extensions](https://docs.microsoft.com/en-us/ef/core/extensions/) recommended by Microsoft.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册