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 fc6a11a commit 4e7213fCopy full SHA for 4e7213f
README.md
@@ -74,7 +74,7 @@ Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsof
74
75
<details>
76
77
- <summary>SYNCHRONOUS</summary>
+ <summary>Run DBContext Commands Synchronously</summary>
78
79
```
80
var result = dbContext.FetchData(<Sql Statement>);
@@ -99,8 +99,8 @@ Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsof
99
100
101
102
- <summary>ASYNCHRONOUS</summary>
103
-
+ <summary>Run DBContext Commands Asynchronously</summary>
+
104
105
var result = dbContext.FetchDataAsync(<Sql Statement>);
106
0 commit comments