0
kicks
Move a DataReader to an Object with reflection
This article explains how to populate an object with a row from a DataReader containing matching columns. This is very useful when building a data layer. You can move data results into a List of objects with only a few lines of code.