FastDataReaderMapper 1.0.4
Fast data mapper from IDataReader to any custom type object. IAsyncEnumerable support.
Install-Package FastDataReaderMapper -Version 1.0.4
dotnet add package FastDataReaderMapper --version 1.0.4
<PackageReference Include="FastDataReaderMapper" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FastDataReaderMapper --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FastDataReaderMapper, 1.0.4"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Added support for datareaders with no GetValue(string) implement, only GetValue(int)
Dependencies
-
.NETFramework 4.6.1
- System.ComponentModel.Annotations (>= 4.7.0)
- System.Interactive.Async (>= 4.0.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
-
.NETStandard 2.0
- System.ComponentModel.Annotations (>= 4.7.0)
- System.Interactive.Async (>= 4.0.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.