Calculate date difference between end date and current date in LINQ

前端 未结 0 468
猫巷女王i
猫巷女王i 2021-02-09 14:12

Below is my LInQ query where I am trying to get the remaining days:

  var data1 = (from p in DB.TProject
                                     from c in DB.TClient         


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