adamfoneil / Dapper.CX

A Crud library based on Dapper
MIT License
8 stars 1 forks source link

SqlServerCmd dictionary unexpected behavior #47

Closed adamfoneil closed 3 years ago

adamfoneil commented 3 years ago

I'm seeing that a SqlServerCmd dictionary is not finding key columns unless I prefix with "#". So, in this case, you see that I'm trying to access DocumentId in this dictionary. It's a key column, so it has "#" in front of the key name. But it should access the element without the prefix, I believe.

image