摘要:
public static T Exec<T>(string CmdStr, Dg<T> Ex, string ConStr = null, string CmdType = null, params object[] Ps) { T Tmp = default(T); ConStr = string.IsNullOrEmpty(ConStr) ? Db.Ds : ConStr; using (SqlConnection Con = new SqlConnection(ConStr)) ... 阅读全文
posted @ 2013-01-09 16:00
e哥
阅读(374)
评论(2)
推荐(1)
浙公网安备 33010602011771号