I have this question about the MySqlParameter from the .NET connector.
I have this query:
SELECT * FROM table WHERE id IN (@parameter)
As I know you cannot provide any array as a parameter to prepared statement. IN() doesn't support parameters as an array.