Linq to Entities: “empty” query as base

后端 未结 0 2017
轮回少年
轮回少年 2021-01-06 10:20

I have the following code:

        var query =
            (from suspensionRequest in _context.DeviceSuspensionRequests where conditions)
             select          


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