Executes a Stored Procedure and returns the XML results in a String variable.
Executes a Stored Procedure and returns the XML results in a String variable.
string GetProcedureXML(string);
Executes a Stored Procedure using the supplied parameters and returns the XML results in a String variable.
string GetProcedureXML(string,ArrayList);