dipti prasad

dipti prasad

  • NA
  • 76
  • 38.1k

linq query with where condition???

Dec 17 2014 3:37 AM
Hello Friends,

Please help me for below query???

how to apply in below query where condition with && and || operatore????
in below query i have only one where x => x.Name.Contains(name)


return Json(context.Master1.Where(x => x.Name.Contains(name)).Select(s => s.Name).ToArray(), JsonRequestBehavior.AllowGet);



Answers (3)