Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using sqlfunctions in linqpad

Tags:

sql

linq

linqpad

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?

like image 503
Alwyn Avatar asked Oct 10 '12 01:10

Alwyn


1 Answers

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

like image 76
SLaks Avatar answered Oct 18 '22 23:10

SLaks