Skip to content

Commit

Permalink
version1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmay2 committed Aug 24, 2022
1 parent d8b28b5 commit 2b6cde2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ A simple ORM for the MySql.Data NuGet package to use in any projects allowing fo

> These are condensed versions of MySqlDataReader's parsing methods for incoming values (GetInt32, GetString, ...)

- [`Guid(int)`]
- [`String(int)`](#full-read-example)
- [`Int(int)`](#full-read-example)
- `Long(int)`
Expand All @@ -90,6 +91,8 @@ A simple ORM for the MySql.Data NuGet package to use in any projects allowing fo

> Same as above, but for possible null values. Condensed versions of MySqlDataReader null checks for incoming values (IsDBNull).

- `NGuid(int)`
- Returns null if null
- `NString(int)`
- Returns `""` if null
- `NStrung(int)`
Expand Down

0 comments on commit 2b6cde2

Please sign in to comment.