A new version of the Eloquera database 2.5.0 now supports LINQ
http://www.eloquera.com
Now you can run the query like this:
Code:
var movies = from Movie m in db where m.Title == "Joe" orderby m.Year select m;
Don't forget, you need Microsoft .NET 3.5 SP1 to run this version of Eloquera Database.