I am creating a generic library to execute stored procedures. Different stored procedures could have different number of input parameters....Return type is always a table....Using ADO.NET or Dapper, I can execute an SP with parameters, but how to make it ...