Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我使用该方法
[moc refreshObject:employee mergeChanges:NO];
, 员工变成故障并且任何未决的更改都将丢失。但我想我可以通过将员工设置为零来做到这一点,我不知道它们之间有什么区别。
employee = nil仅将指向托管对象的指针设置为nil,但根本不会重置托管对象上下文中的对象。
employee = nil
nil