File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs2/pages/ef-core-docs/documentations/batch-delete Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments