lamda expression multiple and

Code Example - lamda expression multiple and

                
                        x => x.Lists.Include(l => l.Title)
     .Where(l => l.Title != String.Empty)
     .Where(l => l.InternalName != String.Empty)