1
Answer

Filtering List contains List

What is the problem with this one.
 
  1. details = (from e in Workitem where (from p in e.Languages where p.lang.StartsWith(Teststrng) ) select e).ToList(); 
Answers (1)