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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:38:54+00:00 2026-05-28T03:38:54+00:00

Here is the simple case. I have a Customer record defined like this: public

  • 0

Here is the simple case.

I have a Customer record defined like this:

 public class Customer
   {
      [Key]
      public string Id { get;}
      public UsState UsState { get; set; }
   }

 public class UsState
   {
      [Key]
      public string  StateAbbreviation {get;set;}
      public string  StateName {get;set;}
   }

I already have my UsState’s populated with the 50 states, now I want to insert one Customer record that ties to an existing state.

If I say something like:

Customer customer = new Customer() 
             {
                UsState = "CA",
                Id = 1001
             }
dbContext.Customers.add(customer);

I get an error saying state is trying to be inserted again.

How can I get the add to use an existing state and not try and re-insert it. My real problem has lots of nested objects that may exist so I need to solve this in general.

Thanks

  • 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-28T03:38:55+00:00Added an answer on May 28, 2026 at 3:38 am

    Two ways I know is:

    1. Set EntityState to what is appropriate for your action or

    2. Get the UsState from the database and add it to the customer right before saving, which will give it an EntityState of UnModified or something like that.

    to change the EntityState you need to get to the ObjectContext of your DbContext like shown in this thread: Entity Framework Code First – No Detach() method on DbContext

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

Sidebar

Related Questions

i have a simple case of class with static variable and a get function
I have a simple unit test case (extensive question here ) on a configuration
I have a simple use case <div id=contentDiv> <!-- This does not work -->
Here's my simple ideal case scenario for when I'd like delayed job to run:
Here is a simple example: Assume I have a customer table that has a
I hope I am not missing something very simple here. I have done a
Here's a simple (hopefully) L10N question: Do all locales want this format: Sunday, Nov
I have an SQL query I get from a configuration file, this query usually
I have a very simple case that I think would benefit from using templates
So, let's say I have this code (VB.Net): Sub Main() dim xxx as string

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.