How to implement entity framework genetic property match for query?

前端 未结 0 1163
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-22 23:53

I have a method like following.

    protected async Task IsExist(Category entity)
    {
        return await _context.Cateogries.AnyAsync(s => s.In         


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