Found 50 packages
Adds AsDataReader() & AsDataReaderOfObjects() to IEnumerable<T>, enabling IEnumerable<T> to be accessed as an IDataReader. Useful for loading data from a List<T>, LINQ expression or CSV parser into a database using SqlBulkCopy.
Package which helps mocking IDataReader when using Moq for mocking dependencies when writing unit tests
Simple C# SqlDataReader object mapper. Allows you to map a SqlDataReader to the particular objects. Supports simple property mapping, property name transformations, string trimming, manual property binding by name, type changing, function binding, etc.
An IDataReader implementation for IEnumerable<T> for use in SqlBulkCopy class
My package description.
Moq extension to mock DbDataReader with a list
This library contains mocks for System.Data classes (Currently IDataReader supported)
Extension methods for the ADO.NET IDataRecord class.
Shim over IDbConnection interface to allow access to Async methods, if they exist
Fast data mapper from IDataReader to any custom type object. IAsyncEnumerable support.
Request/Response pattern for IDbConnection/IDbCommand
Convert IDataReader back and forth to yaml.
ADO.NET IDataReader and IDataRecord decorator classes.
If you feel that the IDataReader interface could use some work, here is your change. DataReaderExtensions focuses on empowering the IDataReader interface through new method extensions that will make your code a lot cleaner.
Use AutoMapper to Map an IDataReader to an object
Implementation of IDataReader interface for regular expressions.\nUse to parse a file line by line by regex.\nCan be used with SqlBulkCopy.
The missing component for AutoMapper version 4.2.1 that allows to Map IDataReader to IEnumerable
Read flat files using the ADO.NET IDataReader interface. This project has been retired and replaced with FlatFiles, which is easier to use, supports more file formats and is extremely fast!
Helpers and convenience methods for pulling data out of `IDataReader`s