You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application.You
use the ADO.NET Entity Framework to model your entities.You use Plain Old CLR Obects (POCO)
entities along with snapshot-based change tracking. The code accesses the POCO ent,es direcly. You
need to ensure that the state manager synchronizes when changes are made to the object graph.
Which ObectContext method should you choose?
A.
Refresh
B.
SaveChanges
C.
DetectChanges
D.
ApplyPropertyChanges