I am in the process of converting a site (written by someone else) to use .net tiers on the back end. We have a number of stored procs which return XML. The reasoning behind generating the XML within a proc is solid and is the most efficient way getting the desired data. I've been searching the forums trying to figure out how .net tiers handles FOR XML from custom stored procs, but because the search contains FOR and XML is returns all the articles for XML datatypes, etc...
Does .net tiers automatically return an xmldocument object for the proc results?
Thanks in advance,
Paul