Ability to query an Entity for its DataContext/ObjectContext
6
votes
1 comment
-
Mario
commented
At present if I have an Entity in hand, I have no way to query the entity to identify its ObjectContext. This forces me to keep a reference of the ObjectContext available to save any changes on that entity.