3 min read
0
How to map an IDataRecord to an entity class object using expressions
Recently I had a need to map an IDataRecord to an entity class object in C# without using reflection for performance reasons, and because I can. Here is the code…