EF Query With Conditinal Include
- by Esteban Araya
I have two tables: a WorkItem table, and a WorkItemNote table. How do I return a WorkItem and all of the WorkItemNotes that meet a certain criteria?
I think this should be simple, almost like a conditional "Include", right?