Skip to content

Commit 411e275

Browse files
Update README.md
1 parent 9b26982 commit 411e275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ ctx.Users.Where(x => x.LastLoginDate < DateTime.Now.AddYears(-2))
5656
.Delete(x => x.BatchSize = 1000);
5757
```
5858

59+
**Support:** EF5, EF6
5960
**[Learn more](https://github.com/zzzprojects/EntityFramework-Plus/wiki/EF-Batch-Delete-%7C-Entity-Framework-Batch-Delete-Objects-Without-Loading-Them)**
6061

6162
## Batch Update

0 commit comments

Comments
 (0)