Execute a Command (that returns a resultset) against the database using the provided parameters.
A dataset containing the resultset generated by the command
DataSet ds = ExecuteDataset(CommandType.StoredProcedure, "GetOrders", new SqlParameter("@prodid", 24));
GenericDataHelper Class | DotnetProject.Data Namespace | GenericDataHelper.ExecuteDataset Overload List