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 50e2a38 commit a13ca56Copy full SHA for a13ca56
docs2/pages/getting-started/tutorial-batch-operations.md
@@ -19,7 +19,6 @@ ctx.Users.Where(x => x.LastLoginDate < date)
19
.Delete(x => x.BatchSize = 1000);
20
21
```
22
-
23
{% include component-try-it.html href='https://dotnetfiddle.net/asjI4U' %}
24
25
***Support:** EF5, EF6, EF Core*
@@ -40,7 +39,6 @@ ctx.Users.Where(x => x.LastLoginDate < date)
40
39
.Update(x => new User() { IsSoftDeleted = 1 });
41
42
43
44
{% include component-try-it.html href='https://dotnetfiddle.net/cV3IHD' %}
45
46
0 commit comments