Using sqlfunctions in linqpad

linq, linqpad, sql

Solution

Press F4 and add the `System.Data.Objects.SqlClient` namespace.

Problem

My LinqPad is treating SqlFunctions as an unrecognized class. The intellisense is underlining the class. How can I call the library in my linqpad query?

Original source