Using the DataSet designer in Visual Studio

Jun 9 2008 6:37 AM
Hi,

I'm using the dataset designer to construct my query. I would like to pass the list 3, 4 , etc as shown below as an Sql parameter. How I can achieve this?

WHERE     (mytable.Source IN (3, 4))

Answers (1)