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.
我想知道 DBContext (EF 4.1) 是否支持自我跟踪实体。如果是,我该怎么做?
不,除非您重写模板以支持它们。当前模板依赖于 ObjectContext API。