Kalyani Shevale

Kalyani Shevale

  • NA
  • 3.2k
  • 705k

how to match Data month wise in LINQ

Apr 30 2019 7:18 AM
I want Month Wise Data in one table using LINQ
no any input parameters how to implements???
 
 
I have used DateTime then find month then match month 
e g. if(Convert.ToDateTime(date).Date.Month==Convert.ToDateTime(CurrentDate).Date.Month)
{
}
this code is not working?? 

Answers (2)