From 2b6cde2cf08ee8be841dc3b5c4a8577ef1998b96 Mon Sep 17 00:00:00 2001 From: Joseph May <70770554+jdmay2@users.noreply.github.com> Date: Wed, 24 Aug 2022 16:04:11 -0500 Subject: [PATCH] version1.0.7 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 44ca43a..f00fc5a 100644 --- a/README.md +++ b/README.md @@ -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)` @@ -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)`