0
Q:
A) Call the query's Execute method by using the MergeOptions.AppendOnly option. | B) Call the query's Execute method by using the MergeOptions.OverwriteChanges option. |
C) Call the Refresh method of ObjectContext by using the RefreshMode.StoreWins option. | D) Call the Refresh method of ObjectContext by using the RefreshMode.ClientWins method. |
Answer: D) Call the Refresh method of ObjectContext by using the RefreshMode.ClientWins method.
Explanation:
Explanation: