Good day. There was a problem translating the SQL query into LINQ.
That's the SQL query.
SELECT * FROM Books b JOIN Authors a ON b.RecordID = a.RecordID AND a.TeacherID = 6
It is necessary to translate it into LINQ, but I, unfortunately, could not figure it out. I ask for help
Where(),Join()statements. The algorithm can be for example the following: filterAuthorsby the conditionTeacherId==6make a connection withBooks- Bald