Recently I was asked to write a web service that would expose Dynamics GP tables. I've got code to grab the data and populate a DataTable, but I was missing the 'serialize' piece
This short code example will show how to take a DataTable and serialize it into a String.