This question is old now, Dapper data-view binding are fixed as shown answer below :)
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
I've added
TypeDescriptor
-based bindings toDapperRow
, which means that anything obtained viaQuery()
(thedynamic
API) should now bind to much common UI controls. Anything from 1.60.5 or above should work.Let me know!
Caveat: it doesn't currently work for empty results (zero rows). I know how to implement that (see notes here), but that would require some additional changes to the query implementation that I have not done as-yet.