How to use Dapper to automatically map remaining columns to dictionary?

后端 未结 0 1161
深忆病人
深忆病人 2021-01-24 02:53

I am attempting to use Dapper to map to my DTO:

public class MyDto
{
    public int Id { get; set; }
    public string Code { get; set; }
    public IDictionary&l         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题