I am new to LINQ and I feel some difficulties to write that LINQ query.
I need to write LINQ TO ENTITY to check if table named Reviews where all rows with siteId=5 has at least one row with column named isValid that equal false if there is, I need to return false if not return true.
Any.