Saving objects type to a dataset or the like

jrvbdeveloper

Member
Joined
Jul 15, 2007
Messages
17
Programming Experience
Beginner
Hi,

I have some objects which I want to copy over to a particular .NET structure. I was thinking of copying the objects to a dataset, but I don't think that this is possible for datatype = object. Is there another structure out there that I can use?

Thanks in advance.
 
Can you be a bit more specific about what you want to do? This is a rather vague statement:
I have some objects which I want to copy over to a particular .NET structure.
I'm guessing what you need to do is serialise your objects but it's hard to tell from your less than complete description.
 
Back
Top