传递过来一个int数组int[] ListType
怎么才能按下面的方法查行查询?如果以下方法实现不了的话,用什么样的方法可行?
cmd.CommandText = @"select * from List where ListType in(@ListType)";