I have a mysql query with a "WHERE id_field IN(....)"
How can i set the parameters inside the "IN(...)" like IN(@param) using SqlParameter
? Is this possible?
I have a mysql query with a "WHERE id_field IN(....)"
How can i set the parameters inside the "IN(...)" like IN(@param) using SqlParameter
? Is this possible?