摘要:
public static void Detatch(Object entity) { Type t = entity.GetType(); System.Reflection.PropertyInfo[] properties = t.GetProperties(System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Instance); foreach (var property in properties) { string name = property.Name; if (property.Prop 阅读全文
posted @ 2013-08-13 11:47
缎雨
阅读(305)
评论(0)
推荐(0)
浙公网安备 33010602011771号