摘要:public virtual void Modify(T model, params string[] ProNames) { DbEntityEntry entry = db.Entry<T>(model); entry.OriginalValues.SetValues(model); // 没有
阅读全文
posted @ 2017-05-10 17:58
|
|||
05 2017 档案
摘要:public virtual void Modify(T model, params string[] ProNames) { DbEntityEntry entry = db.Entry<T>(model); entry.OriginalValues.SetValues(model); // 没有
阅读全文
posted @ 2017-05-10 17:58
|
|||