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 88803cc commit 42219dfCopy full SHA for 42219df
docs2/pages/ef-docs/documentations/batch-delete/ef6-batch-delete.md
@@ -29,6 +29,13 @@ ctx.Users.Where(x => x.LastLoginDate < date)
29
```
30
[Try it](https://dotnetfiddle.net/R6D5BX)
31
32
+## Scenarios
33
+
34
+ - [Query Criteria](scenarios/ef6-batch-delete-query-criteria.md)
35
+ - [Batch Size](scenarios/ef6-batch-delete-using-batch-size.md)
36
+ - [Batch Delay Interval](scenarios/ef6-batch-delete-using-batch-delay-interval.md)
37
+ - [Executing Interceptor](scenarios/ef6-batch-delete-executing-interceptor.md)
38
39
## Limitations
40
41
- **DO NOT** support Complex Type
0 commit comments