Hi,
I am using spmetal as my DAL , I have one issue if the task is responded its not searchable by spmetal linq query although if task is newly created or not responded its searched successfully ?? following is my linq query
_controllerContext.Tasks.Where(tsk => tsk.Id == taskId).FirstOrDefault();
any help?
Nazish Ali Rizvi