Skip to content

Commit 49e6d36

Browse files
Update README.md
1 parent e908878 commit 49e6d36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ You need even more performance than BulkSaveChanges, save detached entities or s
127127
Use bulk operations such as bulk insert, update, delete and merge which perform operations on specified entities and bypass the change tracker to increase performance.
128128

129129
```csharp
130+
// @nuget: Z.EntityFramework.Extensions.EFCore
131+
using Z.EntityFramework.Extensions;
132+
130133
// Perform specific bulk operations on entities
131134
context.BulkDelete(customers);
132135
context.BulkInsert(customers);

0 commit comments

Comments
 (0)