3 references to SqlFunctionCall
System.Data.Linq (3)
SqlClient\Common\SqlFactory.cs (2)
565return new SqlFunctionCall(clrType, Default(clrType), name, args, source); 570return new SqlFunctionCall(clrType, sqlType, name, args, source);
SqlClient\Query\SqlDuplicator.cs (1)
391return new SqlFunctionCall(fc.ClrType, fc.SqlType, fc.Name, args, fc.SourceExpression);