Executes a stored procedure and populates a DataTable with the results set.
Executes a stored procedure using the supplied parameters and populates the supplied typed DataTable with the results set.
void GetProcedureDataSet(string,ArrayList,DataSet,string);
Executes a stored procedure using the supplied parameters and populates a DataTable with the results set.
DataSet GetProcedureDataSet(string,ArrayList,string);
Executes a stored procedure and populates the supplied typed DataTable with the results set.
void GetProcedureDataSet(string,DataSet,string);
Executes a stored procedure and populates a DataTable with the results set.
DataSet GetProcedureDataSet(string,string);