Dapper map to multiple Dictionaries
I'm using Dapper and .NET core 6 and am trying to map an object with multiple dictionaries in one sql query... is it possible?
The object looks like the following:
I can easily make multiple calls and map them (as follow) but was looking for something nicer.
Being using Slapper for other repo calls but can't find online anything for Dictionaries. Any idea?
Or can a stored procedure do that and Dapper detect and map the object?
0 Replies