Microsoft Exam Questions

How can you ensure that the orders are stored on the locate data store?

There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp connects to a MS SQL Server 2008 database PassGuideDB on server
PassGuideSrv.
PassGuideApp uses a Microsoft ADO.NET Entity Framework.
PassGuideApp manages an order database.
PassGuideApp obtains order data through a web service call from an order-tracking
system on PassGuideDB.
How can you ensure that the orders are stored on the locate data store? Select two.

A.
Use class DataContext

B.
Use class ObjectContext

C.
Use class ApplicationContext

D.
Use method Attach on this class.

E.
Use method StoreObject on this class.

F.
Use method AddObject on this class.

G.
Use method ApplyCurrentValues on this class.

H.
Use method ApplyValues on this class.

I.
Use method AttachTo on this class.

Explanation: