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.
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 accessDocumentId
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.