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 90d6eff commit 537208aCopy full SHA for 537208a
README.md
@@ -44,7 +44,7 @@ Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsof
44
45
- _**Execute `DBContext` commands :**_
46
47
- > __Synchronous__
+ > __SYNCHRONOUS__
48
```
49
var result = dbContext.FetchData(<Sql Statement>);
50
@@ -64,7 +64,7 @@ Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsof
64
var result = dbContext.ExecuteTransaction(<List of Sql Statements>);
65
66
67
- > __Asynchronous__
+ > __ASYNCHRONOUS__
68
69
var result = dbContext.FetchDataAsync(<Sql Statement>);
70
0 commit comments