How can I map a DataReader object into a class object by using generics?
For example I need to do the following:
public class Mapper {
I would recommend that you'd use AutoMapper for this.