Skip to content

Commit 88803cc

Browse files
authored
Update ef-core-batch-delete.md
1 parent ba79637 commit 88803cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs2/pages/ef-core-docs/documentations/batch-delete/ef-core-batch-delete.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ ctx.Users.Where(x => x.LastLoginDate < date)
3131

3232
## Scenarios
3333

34-
- [Query Criteria](scenarios/ef-core-batch-delete-query-criteria)
35-
- [Batch Size](scenarios/ef-core-batch-delete-using-batch-size)
36-
- [Batch Delay Interval](scenarios/ef-core-batch-delete-using-batch-delay-interval)
37-
- [Executing Interceptor](scenarios/ef-core-batch-delete-executing-interceptor)
38-
- [EF Core InMemory](scenarios/ef-core-batch-delete-inmemory)
34+
- [Query Criteria](scenarios/ef-core-batch-delete-query-criteria.md)
35+
- [Batch Size](scenarios/ef-core-batch-delete-using-batch-size.md)
36+
- [Batch Delay Interval](scenarios/ef-core-batch-delete-using-batch-delay-interval.md)
37+
- [Executing Interceptor](scenarios/ef-core-batch-delete-executing-interceptor.md)
38+
- [EF Core InMemory](scenarios/ef-core-batch-delete-inmemory.md)
3939

4040
## Limitations
4141

0 commit comments

Comments
 (0)