I'm getting a warning saying that Add is deprecated. Since I'm getting a
warning on it, I'm assuming that when the final build comes out, Add will
cause your code to be broken. Here's the error I'm getting:
System.Data.SqlClient.SqlParameterCollection.Add(string, object) is
obsolete: Add(String parameterName, Object value) has been deprecated.
Use AddWithValue(String parameterName, Object value).