janjosephlim / dapper-dot-net

Automatically exported from code.google.com/p/dapper-dot-net
Other
0 stars 0 forks source link

Extend tests for Enumerable<T> #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please provide a similar class as IntDynamicParam for a more generic 
Enumerable<T> where T is a complex type. 

It would be useful to allow for another parameter which doesn't need to be 
mapped onto a tvp. This should make it clearer what needs to be done to build a 
custom dynamic parameters for a sproc that takes as input, tvps and non-tvps.

Original issue reported on code.google.com by roland....@gmail.com on 10 Jul 2011 at 4:32

GoogleCodeExporter commented 8 years ago
DynamicParam<T> is fairly straight forward, however I am straggling to think 
through an API that supports multiple TVPs and params both in and out, with 
multiple recordsets and a return value. 

Original comment by sam.saff...@gmail.com on 10 Jul 2011 at 5:58