Return datatable or xml from webservice?

Exculuccexins

New Member
I am designing a C# webservice, but I'm not sure what the best practice is for outputting a single customer record ?It currently returns a DataTable (and it works very well), but is this the 'normal' approach, or should I use a DataRow, a DataSet or simply construct a plain old XML output.
 
Back
Top