Skip to content

Commit 5d3053c

Browse files
Merge pull request #5236 from dotnet/main
Auto Publish – main to live - 2026-01-09 23:00 UTC
2 parents 37c5d67 + 466149d commit 5d3053c

File tree

1 file changed

+0
-3
lines changed
  • entity-framework/core/querying

1 file changed

+0
-3
lines changed

entity-framework/core/querying/tags.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Translates to:
4040

4141
```sql
4242
-- GetNearestPeople
43-
4443
-- Limit
4544

4645
SELECT TOP(@__p_1) [p].[Id], [p].[Location]
@@ -57,9 +56,7 @@ Produces the following SQL:
5756

5857
```sql
5958
-- GetNearestPeople
60-
6159
-- Limit
62-
6360
-- This is a multi-line
6461
-- string
6562

0 commit comments

Comments
 (0)