You are implementing an Entity Framework application. A method retrieves and modifies Entity Framework entities. You need to persist all updates to the data source.

What should you do?

 Posted by Rajkatie on 9/13/2012 | Category: ADO.NET Interview questions | Views: 2756 | Points: 40
Select from following answers:
  1. Call the ObjectContext's SaveChanges method.
  2. Call the ObjectContext's Refresh method. Set the RefreshMode to StoreWins.
  3. Call the ObjectContext's Refresh method. Set the RefreshMode to ClientWins.
  4. All Above

Show Correct Answer


Source: MeasureUp.Com | | Alert Moderator 

Comments or Responses

Login to post response