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.
Easily map data from DbDataReader to Poco objects or Poco to DbCommand parameters. You can use DbDataReader/DbCommand that you already know, and still have an easy to maintain transformation to/from POCO objects.
GDS ADO Extensions contains some useful extensions and tools for ADO.
(SqlDataReader.MapToClass<T>), GenerateClassFromTable, ConnectionString tools and more.
Efuelite DataReader Helper is very helpful in taking care of null values when using ado.net codes to read data from a datasource either using sqldatareader, oledbdatareader, oracleDataReader, mySqlDataReader. For suggestions and comments, please send mails to info@efuelite.com.
Provides a helper class for easy ADO.Net queries and data reader tasks. As well, includes extension methods to easily read data for specific column names.
Efuelite DataReader Helper is very helpful in taking care of null values when using ado.net codes to read data from a datasource using sqldatareader,oledbdatareaderdatareader. For suggestions and comments, please send mails to info@efuelite.com.
Efuelite Oracle Reader Helper is very helpful in taking care of null values when using ado.net codes to read data from a datasource using oracleDataReader. For suggestions and comments, please send mails to info@efuelite.com.
Efuelite DataReader Helper is very helpful in taking care of null values when using ado.net codes to read data from a datasource using mySqlDataReader. For suggestions and comments, please send mails to info@efuelite.com.