Showing posts with label lambda. Show all posts
Showing posts with label lambda. Show all posts

Monday, July 08, 2013

where in clause with Lambda expression

List<int> eventTypeIDs
 
   var ets =  entities.EventTypes.Where(p => eventTypeIDs.Contains(p.ID));