Hacker News new | ask | show | jobs
by oaiey 1366 days ago
LINQ creates an AST in the .NET land, however, before passing it to an actual SQL database, it serializes the expression tree to SQL.

So no, it does not talk AST to the database.