Is there a sample code that shows how to store and retrieve List fields?
|
feedback
|
|
just create a class with, for example, a List. Example: public class Order{ ... List items; ... } Then:
| |||||
feedback
|