Skip to content

Commit a1c24df

Browse files
Update batch-delete.md
1 parent 03a35eb commit a1c24df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs2/pages/documentations/batch-delete.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@ _context.Foos.Delete();
186186
If you need to use one of this feature, you need to use the library [Entity Framework Extensions](https://entityframework-extensions.net/)
187187

188188
### EF Core & Client Evaluation
189+
189190
_Do not use this feature if Client Evaluation is enabled_
191+
190192
`Batch Delete` use the SQL generated by EF Core. When a filter is made on client-side, it means the filtering happens in the application and not in the SQL executed.
191193

192194
In other words, even if you put a filter, all rows tables could be potentially deleted if the filter is made on the client-side.

0 commit comments

Comments
 (0)