Closed GoogleCodeExporter closed 8 years ago
BTW, I should add. I _can_ do this w/ dynamic parameters, but the original
problem actually stemmed from using Dapper.SimpleCRUD to avoid custom logic to
save objects. Tracing thru SimpleCRUD led me to the .Execute method they
(SimpleCRUD) were calling back into Dapper with and looking at how Dapper
unwinds the obj parameter being passed to the .Execute method after the SQL
string. Sorry, should have clarified the purpose here.
Original comment by cchyl...@gmail.com
on 16 May 2013 at 8:41
So, scratch this and feel free to close this issue. For whatever reason, some
combination of Nullable(Of T) didn't work the other day. Perhaps I had my
datatypes reversed between DateTime and DateTime2. Anyway, making my date
property a Nullable(Of DateTime/DateTime2) works just fine. Sorry if this led
anyone on a wild goose chase.
Original comment by cchyl...@gmail.com
on 21 May 2013 at 4:39
ok; thanks for the update
Original comment by marc.gravell
on 21 May 2013 at 7:17
Original issue reported on code.google.com by
cchyl...@gmail.com
on 16 May 2013 at 8:28