Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7898151
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T08:21:22+00:00 2026-06-03T08:21:22+00:00

EDIT: I’d like to get a definitive answer on whether or not it’s possible

  • 0

EDIT: I’d like to get a definitive answer on whether or not it’s possible to determine which ObjectContext is tracking which Entities. Is there a particular property that says “Entity x belongs to this context?”

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T08:21:24+00:00Added an answer on June 3, 2026 at 8:21 am

    If you have references to all possible ObjectContext instances, you can determine to which one a given entity instance is attached to by calling their .ObjectStateManager.TryGetObjectStateEntry(Object, out ObjectStateEntry) methods – the right one will return true. If you don’t, there is no straightforward public API to get from an entity instance to an ObjectContext instance. If the entity has relationships and implements IEntityWithRelationships, you can retrieve its RelationshipManager, ask it to get any related end (aka “navigation property”) with GetAllRelatedEnds, ask the related end to create a query with CreateSourceQuery, cast it to an ObjectQuery and finally retrieve the .Context. You don’t have to do all this if you’re willing to use reflection to access internal members of Entity Framework classes, but still the best you can get from an instance of an entity without relationships is an ObjectStateManager, not ObjectContext. Better yet, if you require to access the ObjectContext from an entity instance, you can use a custom entity base class (with custom code generation template or otherwise) with an ObjectContext property which you can populate and clear in the event handler for ObjectStateManagerChanged.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

EDIT: Updated thanks to @daroczig's lovely answer below. However, test 2 still feels like
Edit: This question was written in 2008, which was like 3 internet ages ago.
EDIT: I have a table with 3 rows like so. ID NAME REV 1
EDIT: It looks like I'm completely misinformed. Please close this thread. Gah. For the
Edit: I would like to model a 1 to 0:1 relationship between User and
EDIT Leaving this for posterity, but nearly a year later, to get down voted,
EDIT: More detail here. Basically if you 1. open a tab1 to url1 (GET
EDIT: Sorry about ellipsis that's not what I actually have. For declaring an array
EDIT: This question was exceptionally dumb and made me look like a script kiddie,
EDIT: looking for this: http://diminishing.org/extending-formtastic-with-a-sprinkle-of-jquery (If this works I'll answer my own question) I've

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.