Adobe
9A0-127 · Question #79
You want to load a single entity of type ART from your ORM, using the primary key value 5 as a filter. Which two function signatures can you use to accomplish this task? (Choose two.)
The correct answer is A. EntityLoadByPK("ART", 5) E. EntityLoad("ART", 5, true). See the full explanation below for the reasoning.
Question
You want to load a single entity of type ART from your ORM, using the primary key value 5 as a filter. Which two function signatures can you use to accomplish this task? (Choose two.)
Options
- AEntityLoadByPK("ART", 5)
- BEntityLoadSingleValue("ART", 5)
- CEntityLoad("ART", 5)
- DEntityLoadByExample("ART", 5)
- EEntityLoad("ART", 5, true)
How the community answered
(31 responses)- A77% (24)
- B6% (2)
- C13% (4)
- D3% (1)
Community Discussion
No community discussion yet for this question.