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