IQueryable Where fails to work
- by Steve
I am using N-Hibernate and have a class/table called Boxers
I also have a prospect table which tells use if the boxer is a prospect. (this table is one column of just the boxersID)
So i Want to get all boxers that are prospects (meaning all boxers that have there id in the prospects table)
Public static IQueryable<Boxer> IsProspect(this…