In LINQ Query convert the string to datetime and check with today's date

后端 未结 6 1522
情歌与酒
情歌与酒 2021-01-24 17:24

In Table, DueDate data type is varchar. Now I want to check the due date with today\'s date

 var query = (from o in db.Order_Reports
              where Convert.         


        
6条回答
提交回复
热议问题