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)- A81% (39)
- B2% (1)
- C6% (3)
- D10% (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.