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 13766f5 commit 8c8adbfCopy full SHA for 8c8adbf
README.md
@@ -46,7 +46,7 @@ Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsof
46
47
<details>
48
49
- <summary>Execute DBContext Commands Synchronously</summary>
+ <summary><b><tt>Execute DBContext Commands Synchronously<tt><b></summary><br>
50
51
```
52
var result = dbContext.FetchData(<Sql Statement>);
@@ -71,7 +71,7 @@ Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsof
71
72
73
74
- <summary>Execute DBContext Commands Asynchronously</summary>
+ <summary><b><tt>Execute DBContext Commands Asynchronously<tt><b></summary>
75
76
77
var result = dbContext.FetchDataAsync(<Sql Statement>);
0 commit comments