0
Q:
A) Set the Value property of the EntityReference of the Order entity. | B) Call the Add method on the EntityCollection of the Order entity. |
C) Use the AddObject method of the ObjectContext to add both Order and Customer entities. | D) Use the Attach method of the ObjectContext to add both Order and Customer entities. |
Answer: A) Set the Value property of the EntityReference of the Order entity.
Explanation:
Explanation: