辅助类1 json和datatable互转: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Script.Serialization; //System.Web.Extensions.dll using System.Collections; using System.Data; namespace Utils { public st
1 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.Collections; using System.Web.Script.Serialization; /// <summary> ///JsonHelper 的摘要说明 /// </summary> public class JsonHelper
using System; using System.Data; using System.Linq; using System.Collections; using System.Collections.Generic; using System.Web.Script.Serialization; namespace *** { public class DatatableToJson { #region DataTable --> Json 字符串 /// <summary> ///