Entity Framework Core - Generic Set method with reflection

前端 未结 0 1806
有刺的猬
有刺的猬 2020-12-01 15:04

I have this line of code:

dbContext.Set().Add(this.arr);

I also have a Type variable. It it possible to put this type variabel in

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