Skip to content

Commit 003485e

Browse files
Update modifying-data.md
1 parent c7fe90b commit 003485e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

learnentityframeworkcore.com/pages/dbset/modifying-data.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ For true high-performance updates, you can use the [BulkUpdate](https://entityfr
5656
context.Authors.UpdateRange(authors);
5757
context.SaveChanges();
5858

59+
// @nuget: Z.EntityFramework.Extensions.EFCore
60+
using Z.EntityFramework.Extensions;
61+
5962
// BulkUpdate (single optimized bulk operation)
6063
context.BulkUpdate(authors);
6164
```

0 commit comments

Comments
 (0)