Skip to content

Commit

Permalink
Update efficient-querying.md (#3324)
Browse files Browse the repository at this point in the history
Looks like one of the code blocks of SQL is annotated as C#.
  • Loading branch information
gavinroderick authored Jul 12, 2021
1 parent a51a0b7 commit 483458b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/performance/efficient-querying.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This can be optimized by using `Select` to tell EF which columns to project out:

The resulting SQL pulls back only the needed columns:

```csharp
```sql
SELECT [b].[Url]
FROM [Blogs] AS [b]
```
Expand Down

0 comments on commit 483458b

Please sign in to comment.