Expert
You are using VS2010 and the .NET Framework 4.0 to develop an application. This application connects to a SQL Server 2008 database. You are using ADO.NET Entity Framework to model your entities.
You have enabled self-tracking entities. You need to make sure that the entity change tracking can be used to modify the database.
Which method of the « ObjectContext » class do you need to call after changes have been made to the entities?
Author: Guillaume BroutStatus: PublishedQuestion passed 229 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
2
Retrieve a list of products from a catalog in a .NET application0
Create a class that implements the ICollection interface.0
How to get the products of a category in Dot-net0
How to get the first row of a SqlDataReader in C#1
How to get the first element of an array in C#1
How to use the 'using' statement in C#0
Write a LINQ query to select all rows from the first table in the dataset where the ContactName field is not null.