DGC.Data Programmer's Reference

IDal.GetProcedureXML Method

Executes a Stored Procedure and returns the XML results in a String variable.

Overload List

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);

See Also

IDal Interface | DGC.Data Namespace