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.
知道为什么会这样吗?问题发布在这里: N Tiers with SubSonic 3, Dirty Columns collection is always empty on update
我所做的是在更新任何列之前执行 q.SetIsLoaded(true) 。这样,脏列集合在修改时会得到更新。我希望这个对你有用