nreco / data

Fast DB-independent DAL for .NET Core: abstract queries, SQL commands builder, schema-less data access, POCO mapping (micro-ORM).
https://www.nrecosite.com/dalc_net.aspx
MIT License
184 stars 39 forks source link

Add support of nullable types for DataReaderResult.Single<T>() #47

Closed VitaliyMF closed 6 years ago

VitaliyMF commented 6 years ago

Currently it is not possible to read single value if it can be null, smth like Select<int?>()

VitaliyMF commented 6 years ago

Shipped in 1.0.5