Wednesday 15 January 2014

Mysql Parametrized query with IN command in c#? -



Mysql Parametrized query with IN command in c#? -

i have mysql query "where id_field in(....)"

how can set parameters within "in(...)" in(@param) using sqlparameter? possible?

c# mysql

No comments:

Post a Comment