If I send these to a function and use AddWithParameter("@oper", operator), and use it in: "SELECT foo FROM foobar WHERE @oper 'bar';", it always treats @oper as a String, which of course puts single ...