2
Answers

how to match Data month wise in LINQ

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)