摘要:
public static bool IsLegitimateDic(object o, DataSet dicDS, out string logContent) { bool isError = false; logContent = string.Empty; PropertyInfo[] properties = o.GetType().GetProperties(); string filter = string.Empty; string pr... 阅读全文
posted @ 2012-12-05 16:46
baby_tao
阅读(343)
评论(0)
推荐(0)
浙公网安备 33010602011771号