I have a query that actually needs to use an @ sign in a literal ... where lastName not like '@%'. of course .net thinks this is supposed to be a parameter, is there a way to do this in the table adapter designer?

I'm looking for data where the lastname does not start with an @ sign, and would like to build a dataset off of this.