link中是不是只能调用sqlfunctions中的函数?能不能给sqlfunctions增加函数?
可以调用自定义函数,不过前提是函数要在sql里面实现
参考:http://www.cnblogs.com/lyj/archive/2008/03/19/1112356.html
否则只能先用AsEnumerable转换成Linq to Objects,再执行。