Issues seem to be created as type "Defect" by default, this is just a minor
enhancement request.
It would be nice if the DynamicParameters.Add and .AddDynamicParams methods
could be changed to "return this" instead of being void, so I can do the
following:
var params = new DynamicParameters(...)
.Add("@a", direction: ParameterDirection.Output)
.Add("@b", direction: ParameterDirection.ReturnValue);
...
Original issue reported on code.google.com by Jocular...@hotmail.com on 17 Oct 2013 at 1:40
Original issue reported on code.google.com by
Jocular...@hotmail.com
on 17 Oct 2013 at 1:40