We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b26982 commit 411e275Copy full SHA for 411e275
README.md
@@ -56,6 +56,7 @@ ctx.Users.Where(x => x.LastLoginDate < DateTime.Now.AddYears(-2))
56
.Delete(x => x.BatchSize = 1000);
57
```
58
59
+**Support:** EF5, EF6
60
**[Learn more](https://github.com/zzzprojects/EntityFramework-Plus/wiki/EF-Batch-Delete-%7C-Entity-Framework-Batch-Delete-Objects-Without-Loading-Them)**
61
62
## Batch Update
0 commit comments