2
Answers

how to match Data month wise in LINQ

Photo of Kalyani Shevale

Kalyani Shevale

6y
1.6k
1
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)