There was an error while loading. Please reload this page.
1 parent e020911 commit e908878Copy full SHA for e908878
README.md
@@ -30,6 +30,9 @@ context.BulkSaveChanges(operation => operation.BatchSize = 1000);
30
```
31
32
```csharp
33
+// @nuget: Z.EntityFramework.Extensions.EFCore
34
+using Z.EntityFramework.Extensions;
35
+
36
// Perform specific bulk operations
37
context.BulkDelete(customers);
38
context.BulkInsert(customers);
0 commit comments