P
paccala
Ciao!
I would like to return the content of a datatable in an interoperable way.
I cannot use typed datasets and return an XmlDataDocument, or
return a list of custom classes because my application is generic and I
know the number and type of attributes only run-time.
What is the best strategy to implement an interoperable webservice in
this case?
Creating an XmlDataDocument by hand examining the content of
the datatable? Implementing a ISerializable object who encapsulate the
dataset?
Notice that I would like to avoid the use of reflection.
Thanks in advance for any suggestion
mauro
I would like to return the content of a datatable in an interoperable way.
I cannot use typed datasets and return an XmlDataDocument, or
return a list of custom classes because my application is generic and I
know the number and type of attributes only run-time.
What is the best strategy to implement an interoperable webservice in
this case?
Creating an XmlDataDocument by hand examining the content of
the datatable? Implementing a ISerializable object who encapsulate the
dataset?
Notice that I would like to avoid the use of reflection.
Thanks in advance for any suggestion
mauro