1
Answer

Using the DataSet designer in Visual Studio

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)