0
kicks
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.