2 references to FunctionCall
System.Data.Linq (2)
SqlClient\Query\QueryConverter.cs (1)
2008return sql.FunctionCall(mc.Method.ReturnType, sqlType, function.MappedName, sqlParams, mc);
SqlClient\Query\SqlTypeConverter.cs (1)
101return sql.FunctionCall(newClrType, sql.TypeProvider.From(typeof(int)), "UNICODE", new SqlExpression[] { uo.Operand }, uo.SourceExpression);