Skip to content

Commit

Permalink
Update index.md (#3431)
Browse files Browse the repository at this point in the history
Escape the code with generic for proper rendering.
  • Loading branch information
smitpatel authored Sep 15, 2021
1 parent 887f8dd commit 37bdc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Generate DGML (Graph) content that visualizes your DbContext. Adds the AsDgml()

### ErikEJ.EntityFrameworkCore.SqlServer.SqlQuery

Provides the SqlQueryAsync<T> and SqlQueryValueAsync<T> methods to help you populate arbitrary classes or a list of primitive types from a raw SQL query. For EF Core: 5.
Provides the `SqlQueryAsync<T>` and `SqlQueryValueAsync<T>` methods to help you populate arbitrary classes or a list of primitive types from a raw SQL query. For EF Core: 5.

[GitHub repository](https://github.com/ErikEJ/EFCorePowerTools)

Expand Down

0 comments on commit 37bdc87

Please sign in to comment.