I have a stored procedure that generates XML with a FOR XML clause. I'm not sure how to get the xml back to the extension so I can return it as a string/xml to the Service Studio. I see IDataReader, but I don't have an option to use XMLReader. How would I go about doing this?
↧