Posted By : Manish Banga at 19 March 2015
Updated On : 19 March 2015
While reading data from DataReader, many times we need to map that data either in a single object or list of objects. We generally do it manually by reading data index wise or column name wise and set in properties of object(s). If there is any change in backend result set (add/delete column), we will have to manually fix it in code. Here I have created a DataReader Extension to solve this issue and make mapping easy.