score:3

lets try something like this:

projects.where(pr => pr.users.any(us => us.id == uid) )

i suggest to you read linq tutorial or here as well


Related Query

More Query from same tag