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

前端 未结 0 624
北海茫月
北海茫月 2021-02-15 22:00

Let say I have a function like this:

var filterValue = GetCurrentFilter(state);

And then an EF query:

var result = context.Enti         


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