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 7411723
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T06:25:53+00:00 2026-05-29T06:25:53+00:00

I have been trying to find newly added entities on a context by using

  • 0

I have been trying to find newly added entities on a context by using TryGetObjectByKey:

Dim ObjectFound As Boolean = Context.TryGetObjectByKey(entityKey, obj)

I found that TryGetObjectByKey always failed, even when I knew that the entity I was looking for had been added to the context. The entity in question uses email address as the primary key, and that email address is provided through the constructor for the entity (it is not generated by the DB):

Public Class Customer
   Private _email as string

   Public Sub New (Email as string)
        'Email is the primary key in the DB and the entity key in EF4.
        'It is not generated by the DB.
       _email = Email
   End Sub

End Class

After further investigation I found that the EntityKeys for all of the added entities had no values, and their IsTemporary flag was set to true. TryGetObjectByKey was failing because the EntityKey for the added objects was not yet set.

I was originally under the impression that the EntityKey would be generated immediately upon calling AddObject if the EntityKey was not generated by the DB. So, two questions:

1) Should I expect all newly added entities to have temporary EntityKeys?

2) If #1 is true, how can I find newly added entities by primary key?

  • 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-05-29T06:25:53+00:00Added an answer on May 29, 2026 at 6:25 am

    MSDN states the following:

    The new object is added to the ObjectContext either by calling the
    AddObject method on ObjectContext or ObjectSet or by adding an object
    to the collection of objects on the “many” end of the relationship.

    At this point, the Entity Framework generates a temporary key, which
    is used to store the objects in the ObjectStateManager.

    Only after SaveChanges (and the corresponding Insert statement) an EntityKey is created.

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

Sidebar

Related Questions

I have been trying to find a good-looking design using Aero in Delphi 2010.
I have been trying to find a way to do this query using a
I have been trying to find a really fast way to parse yyyy-mm-dd [hh:mm:ss]
I have been trying to find information on how to retrieve attachments from a
I have been trying to find a code snippet to do an unsharp mask
I have been trying to find out why the following lines of code do
I have been trying to find some resource on this topic for a while
I have been trying to find decent Image Acquisition + Image Processing solution at
I have been trying to find a good guide to create a templated control.
I have been trying to find out what the difference is between the IS

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.