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 7db20f8 commit a746ea5Copy full SHA for a746ea5
README.md
@@ -34,13 +34,14 @@ Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsof
34
- Execute transactions while maintaining atomicity.
35
36
## Getting Started
37
-- Setup DBContext with the database of your choice
+
38
+- Setup `DBContext` with the database of your choice
39
40
```
41
var dbContext = new DBContext(DB.<Database Type>, <Connection String>);
42
43
-- Execute DBContext commands
44
+- Execute `DBContext` commands
45
46
47
var result = dbContext.FetchData(<Sql Statement>);
0 commit comments