Is LeftJoin extension method supported?

I'm running a simple query using .NET 10 and C# statement in one of my local dbs, the query is meant to join two tables using left join I get an error stating "Query Operator "LeftJoin" not supported"?

Wasn't LinqPad 9 supposed to support .NET 10 and C# 14?