how to run linq query with select when a primary key field returns null and thus the related attribute is null

后端 未结 0 505
清酒与你
清酒与你 2020-12-07 14:23

I have the following query.

    var ComplaintsQuery = _context.TblComplaints.Select(p => new
    {
        ComplaintId = p.ComplaintId,
        ClientId =          


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