Click here to Skip to main content
15,901,373 members
Articles / Programming Languages / C#

Object Relational Mapping via Reflection

Rate me:
Please Sign up or sign in to vote.
4.33/5 (2 votes)
15 Jul 2011CPOL 16K   1  
Same thing 10-100 times faster.Additionally, IndexMap can be built only once per DataTable.using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Linq.Expressions;using System.Reflection;namespace ReflectiveReader{ public static...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Russian Federation Russian Federation
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions