Project Description
DataTableProxy<T> makes it easy to turn your IEnumerable<T> into a Data Table with whatever custom set of columns you want. Simply pass in an IEnumerable<T> and a Dictionary<String, Func<T, Object>> and it handles the dirty work for you. Developed in C# for .net 3.5+