DGC.Data Programmer's Reference

IDal.GetProcedureDataSet Method

Executes a stored procedure and populates a DataTable with the results set.

Overload List

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

See Also

IDal Interface | DGC.Data Namespace