Execute a stored procedure via a Command (that returns a resultset and takes no parameters) against the database.
A dataset containing the resultset generated by the command
DataSet ds = ExecuteDataset("GetOrders");
GenericDataHelper Class | DotnetProject.Data Namespace | GenericDataHelper.ExecuteDataset Overload List