What should you do?

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?

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?

A.
Call the SPList.Delete() method.

B.
Call the SPListItem.Delete() method.

C.
Create a custom method and specify the method as a Deleter method instance.

D.
Create a custom method and specify the method as a Disassociator method instance.

Explanation:
MNEMONIC RULE: “Deleter method”

XML Snippet: Modeling a Deleter Method
http://msdn.microsoft.com/en-us/library/ff464327.aspx

Code Snippet: Execute the Deleter Method Instance of an External Content Type
http://msdn.microsoft.com/en-us/library/ff464351.aspx



Leave a Reply 0

Your email address will not be published. Required fields are marked *