tags:

views:

18

answers:

0

I have a string[] of the list of tags to use with my SQL statement.

The code is pretty obnoxious to write. Maybe i'll paste when i have it finished and working but essentially i need to show all items with a list of tags applied. All of the tags must exist. So i have code like tN.name = a[n] AND tN2.name = a[n+1] ...

Is there a way i can pass the list into ADO.NET and have this automatic? The database engine i am using is MySQL with InnoDB using C#.NET