What is Opf3? Why is Opf3? How is Opf3? All these burning questions and issues discussed here.
 | |
| | Supose I have classes like Customer and Order, and a relation from Order to Customer.
If I load an ObjectSet<Order> with 10 orders which have the same customer, will I have 1 Customer instance for each Order, or all of the Orders referencing the same Customer instance?
Thanks!
Alexandre
|
 | |
| | Hi,
you need to set up the cache and the instances are going to be the same! Opf3 is always taking the data from the cache if one is set up and the object is found in the cache.
Regards, Christian
|