Skip to content

Commit a13ca56

Browse files
authored
Update tutorial-batch-operations.md
1 parent 50e2a38 commit a13ca56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs2/pages/getting-started/tutorial-batch-operations.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ ctx.Users.Where(x => x.LastLoginDate < date)
1919
.Delete(x => x.BatchSize = 1000);
2020

2121
```
22-
2322
{% include component-try-it.html href='https://dotnetfiddle.net/asjI4U' %}
2423

2524
***Support:** EF5, EF6, EF Core*
@@ -40,7 +39,6 @@ ctx.Users.Where(x => x.LastLoginDate < date)
4039
.Update(x => new User() { IsSoftDeleted = 1 });
4140

4241
```
43-
4442
{% include component-try-it.html href='https://dotnetfiddle.net/cV3IHD' %}
4543

4644
***Support:** EF5, EF6, EF Core*

0 commit comments

Comments
 (0)