Dapper One-To-Many, Multi mapping with several lists
I’m having some difficulties expanding the provided example “One-To-Many” on https://www.learndapper.com/relationships
How to implement Dapper One-To-Many with multi-level nested objects
After going through all docs from learndapper.com and navigating through kind-of similar questions on StackOverflow I think I need some help.
Order table by collection value
I’m using PostgreSQL with Dapper.
Join values from another list query
Im using Postpre SQL with Dapper
My situation that I have 2 table GameRating and Game from 2 database
first thing I select the most rating game like I have Count and GameId (data type is GuidID)
then at the table Game i want to order by like Count of the GameId
the data will like ListGameIdCountResponse {Count =1,GameId=’xxxxx-xxxx-xxxx’}
then I make the ListGameIdCount into the string like this