How to create a common DAL layer method for stored procedure which has output parameters.
When stored procedure has output parameters, you will not be able to retrieve the results in dataset or data reader as collection. Please tell me which is the best way to have a common method to accept any input and output parameters and return values from output parameters.