Relative Content

Tag Archive for c#linqdapper

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