You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs2/pages/documentations/batch-delete.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,9 @@ _context.Foos.Delete();
186
186
If you need to use one of this feature, you need to use the library [Entity Framework Extensions](https://entityframework-extensions.net/)
187
187
188
188
### EF Core & Client Evaluation
189
+
189
190
_Do not use this feature if Client Evaluation is enabled_
191
+
190
192
`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.
191
193
192
194
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