摘要:
public class CollectionHelper { private CollectionHelper() { } public static DataTable ConvertTo(IList list) { DataTable table = CreateTable(); Type entityType = typeof(T); PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(e... 阅读全文