How to use tuple with single item

前端 未结 0 1738
一个人的身影
一个人的身影 2021-01-17 14:49

In ASP.NET 5 MVC Core application

  var result = ctx.ExecQuery<(string Item1)>("select \'\' as Item1");

throws 5 compile erro

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