Is there a way to inline external functions into an EF Linq query?

前端 未结 0 655
星月不相逢
星月不相逢 2021-02-15 21:53

Let say I have a function like this:

var filterValue = GetCurrentFilter(state);

And then an EF query:

var result = context.Enti         


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