Hi, I'm having a spot of trouble with the Linq-To-Entities version of SQLite. If I use the "Include()" method to eager fetch a related property, it normally works fine. However, if I include a "let" statement in the query, the "Include()" call is ignored (and this can...