D
deko
Can I save Array objects in a DataTable? If I can, I assume the Framework
has methods to serialize this out to XML. What I am trying to do is create
an in-memory database when a form opens, and persist it out to XML when the
form closes. The joker in the pack is that I need to save objects in the
table and not just primitive data types. Is this possible?
has methods to serialize this out to XML. What I am trying to do is create
an in-memory database when a form opens, and persist it out to XML when the
form closes. The joker in the pack is that I need to save objects in the
table and not just primitive data types. Is this possible?