C# search string into datetime table column using linq

前端 未结 0 526
萌比男神i
萌比男神i 2021-01-21 07:45
using(model1 db = new model1())
{
string textsearch="02/2020";
db.table.where(x=>x.datetime.tostring().contain(textsearch);
}

// its not matching result wi         


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