nerdexam
Microsoft

70-573 · Question #43

You create a Business Connectivity Services (BCS) object model in Microsoft Visual Studio 2010. The model connects to an XML file. You create an external list that displays the BCS entity. You need…

The correct answer is A. Create a custom method and specify the method as a Deleter method instance. MNEMONIC RULE: "Deleter method" XML Snippet: Modeling a Deleter Method Code Snippet: Execute the Deleter Method Instance of an External Content Type

Developing for Data Access

Question

You create a Business Connectivity Services (BCS) object model in Microsoft Visual Studio 2010. The model connects to an XML file. You create an external list that displays the BCS entity. You need to ensure that users can delete items from the external list. What should you do?

Options

  • ACreate a custom method and specify the method as a Deleter method instance.
  • BCall the SPListItem.Delete() method.
  • CCall the SPList.Delete() method.
  • DCreate a custom method and specify the method as a Disassociator method instance.

How the community answered

(48 responses)
  • A
    81% (39)
  • B
    2% (1)
  • C
    6% (3)
  • D
    10% (5)

Explanation

MNEMONIC RULE: "Deleter method" XML Snippet: Modeling a Deleter Method Code Snippet: Execute the Deleter Method Instance of an External Content Type

Topics

#Business Connectivity Services#Deleter method instance#external list#BCS model

Community Discussion

No community discussion yet for this question.

Full 70-573 Practice