Skip to content

Commit e908878

Browse files
Update README.md
1 parent e020911 commit e908878

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
@@ -30,6 +30,9 @@ context.BulkSaveChanges(operation => operation.BatchSize = 1000);
3030
```
3131

3232
```csharp
33+
// @nuget: Z.EntityFramework.Extensions.EFCore
34+
using Z.EntityFramework.Extensions;
35+
3336
// Perform specific bulk operations
3437
context.BulkDelete(customers);
3538
context.BulkInsert(customers);

0 commit comments

Comments
 (0)