nerdexam
Microsoft

70-573 · Question #247

You are creating a Business Connectivity Services (BCS) entity. You need to ensure that all data returned by the entity is available in search results. Which type of method instance should you…

The correct answer is D. SpecificFinder and IDEnumerator. MNEMONIC RULE: "BCS data available = SpecifcFinder and IdEnumerator" A SpecificFinder returns exactly one external item. This stereotype is used to read an item, given its identifier. Implementing a SpecificFinder An IdEnumerator method instance on the external system enables…

Developing for Data Access

Question

You are creating a Business Connectivity Services (BCS) entity. You need to ensure that all data returned by the entity is available in search results. Which type of method instance should you implement?

Options

  • AFinder and GenericInvoker
  • BFinder and IDEnumerator
  • CSpecificFinder and GenericInvoker
  • DSpecificFinder and IDEnumerator

How the community answered

(55 responses)
  • A
    7% (4)
  • B
    4% (2)
  • C
    13% (7)
  • D
    76% (42)

Explanation

MNEMONIC RULE: "BCS data available = SpecifcFinder and IdEnumerator" A SpecificFinder returns exactly one external item. This stereotype is used to read an item, given its identifier. Implementing a SpecificFinder An IdEnumerator method instance on the external system enables you to return the field values that representthe identity of Entity instances of a specific Entity. Implementing an IdEnumerator

Topics

#BCS#IDEnumerator#SpecificFinder#search crawl

Community Discussion

No community discussion yet for this question.

Full 70-573 Practice