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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T01:09:08+00:00 2026-06-06T01:09:08+00:00

I have a record that came from the follow linq query: using (var context

  • 0

I have a record that came from the follow linq query:

using (var context = new myEntities())
{
     var record = (from d in context.Student select d).SingleOrDefault();
}

I typically assign a new value to the record like this:

record.Value = SomeNewValue;

then I would do a

context.SaveChanges;

this all works fine. My question is: How can I save the same record if I pass it to another function or if the record was returned from a function? I am looking for something like this:

context.SaveChanges(record);
  • 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-06T01:09:10+00:00Added an answer on June 6, 2026 at 1:09 am

    The operation which triggers your function in question should create and manage the context. If it was an ASP.NET MVC app I’d encourage you to set up the context at the beginning of the request and call context.SaveChanges when it was finished. In a winforms/WPF app, you may want to keep the context around for the life of the application, and call context.SaveChanges() after any action that could change data (like a button press).

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

Sidebar

Related Questions

I have a list of record Id's that I want to retrieve from Sql
Using PostgreSQL triggers, is it possible to record the changes that have happened to
I have a query that updates one record, and only one record. Is there
I have updated many records already, but when it came to a word that
I have an audit record table that I am writing to. I am connecting
I have found the way to copy the record that I would like, but
I have a database that keeps record history. For each update to a record,
i have asked to create a module that will record video messages form the
I have an ADOQuery that inserts a record to SQL Server 2005 table that
I have a static int that keeps an record of how many user control

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.