Rob Mackenzie

Results 3 comments of Rob Mackenzie

+1. I would love to see this as well. Thanks for submitting the pull request.

I opened a similar issue ( https://github.com/StackExchange/dapper-dot-net/issues/222) but have come to appreciate the simplicity of Dapper's existing behavior: if the spliton value is null, the mapped object is null. Dapper...

Wezzix, We don't split on trivial value objects such as a 'DateRange' object (with StartDate/EndDate properties). We flatten them out in private properties on the object in question so they...