nerdexam
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)
  • A
    12% (3)
  • B
    80% (20)
  • C
    4% (1)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 70-484 Practice