简体   繁体   中英

Linq To SQL InsertAllOnSubmit and DeleteAllOnSubmit

是否可以通过再次调用InsertAllOnSubmit()或相反的方法从DeleteAllOnSubmit()还原已删除的对象?

You can retrieve the original values by calling:

GetOriginalEntityState()

MSDN

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM