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

  • Home
  • SEARCH
  • 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 6705405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:24:01+00:00 2026-05-26T07:24:01+00:00

I have a case in which, I need to change the property value in

  • 0

I have a case in which, I need to change the property value in one of the objects after getting from DB, but after the change (without commiting changes to DB), I need to query again DB and get the previous state before change.

Current behaviour I am experiencing is that I am getting the same value in both states (changed and not changed).

var app = mApplicationRepository.GetByID(id);
 app.ApplicationStatus = (int)AppStatus.Applied;
 engine.Parameter = app;
 var appPreviousState = applicationRepository.GetByID(app.ID);
 engine.PreviousState = appPreviousState;
 if (appPreviousState.ApplicationStatus != app.ApplicationStatus)//Allways false
 {
     //call to some method
 }
  • 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-26T07:24:02+00:00Added an answer on May 26, 2026 at 7:24 am

    The issue you are running into is the fact that the original object (app) is attached to the current context. When you change it, it changes the entitystate to modified but you then grab it again from the same context causing it to be reloaded. There are a couple ways to deal with this but the easiest would be to detach the object from the context after you get it from the DB. You will have to attach it again when you want to save the changes.

    Detach object: http://msdn.microsoft.com/en-us/library/bb738697.aspx

    Apply changes from detached object: http://msdn.microsoft.com/en-us/library/bb896248.aspx

    Another option would be to have seperate contexts for the original and updated objects.

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

Sidebar

Related Questions

I have a pretty simple case which I started solving using foreach(), but then
I have to compare two strings for case insensitive equality which one is faster
I am creating a traceability matrix for PRD. I have test case _id which
Ok here I have a switch case statement which is falling through and trying
I have an app where users can sign up with Facebook, in which case
I have a Lucene index which is currently case sensitive. I want to add
So I have a Rails app (which in this case seems like it would
Got a List of ClientContacts --- which have EITHER a LastName (in the case
Which is better ? To have one shader program with a lot of uniforms
I have a cuboid who's dimensions are imported from XML so i need to

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.