摘要:
public static string Obj2Json(T data) { try { System.Runtime.Serialization.Json.DataContractJsonSe... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Collections; using Syst... 阅读全文
摘要:
public DataTable IListOut(IList ResList) { DataTable TempDT = new DataTable(); //此处遍历IList的结构并建立同样的DataTable System.Reflection... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Text;using System.Data;using System.ComponentModel;using System.Reflection;public class Col... 阅读全文