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.
私はvelocitydbでこのサンプルページを読んでいて、これらの行について疑問に思っていました:
public Person BestFriend { set { Update(); bestFriend = value; } }
bestFriend が着信値に設定される前に Update() が呼び出されるのはなぜですか?
更新 「コミット トランザクションでオブジェクトが書き込まれるように、オブジェクトを更新済みとしてマークします。」