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