Need to pass a generic filter function to list of objects to create where clause

前端 未结 0 502
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-01 23:37

I have a list of Countries in a dbContext using EfCore

I want to implement a generic way of filtering this list

    bool FilterCountriesv1(Country s)
    {         


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