Microsoft
70-484 · Question #98
You are creating an application that enables the user to review data in a database and save changes to a separate file, but not to save changes to the database. What is the correct way to implement…
The correct answer is B. Set the Mode property of the binding to OneWay. See the full explanation below for the reasoning.
Question
You are creating an application that enables the user to review data in a database and save changes to a separate file, but not to save changes to the database. What is the correct way to implement this requirement?
Options
- ASet the Mode property of the binding to OneTime.
- BSet the Mode property of the binding to OneWay.
- CSet the Mode property of the binding to TwoWay.
- DCreate a new command to save the changes.
How the community answered
(25 responses)- A12% (3)
- B80% (20)
- C4% (1)
- D4% (1)
Community Discussion
No community discussion yet for this question.