2013年11月25日
摘要: /// 转换插入数据库的值/// /// /// public static object ConvertSqlValue(string value){if (string.IsNullOrEmpty(value))return DBNull.Value;elsereturn value;}发现昔日坑爹的老师什么都没讲 阅读全文
posted @ 2013-11-25 10:32 奋斗的笨小孩 阅读(349) 评论(0) 推荐(0)