C#: Convert a Generic List to a DataTable Using Reflection
How to convert a generic List> to a DataTable using reflection. Works for any List> that contains elements whose fields and properties are mappable to sql data types.
Continue reading over at dzone...
