Extension library for reading values from objects inheriting DbDataReader.
$ dotnet add package Smstr.Extensions.DbDataReaderDbDataReader extensions libraryThis is a simple library for reading with DBNull checking from the DbDataReader object.
This library is also working with inheriting types from DbDataReader, like SqlDataReader or SqliteDataReader
Every method returns nullable version of types, with value of null when value in DbDataReader object is DBNull.
Following are supported types for data read:
BoolByteCharDateTimeDecimalDoubleFloatGuidInt16Int32Int64String