Relative Content

Tag Archive for c#dapper

Dapper list values NULL, despite values present in stored procedure, visualizer return

I’m struggling w/some Dapper code. I have a singular, all encompassing list that I’m using in a couple different calls (handled by my stored procedure). This works well in most cases, but I’m running into issues where list items known to have a value are returning NULL to the list. I am reusing this list throughout.. maybe that’s an issue?