I'm getting an error:
Failed to convert parameter value from a Object[] to a IEnumerable`1.
------------- InnerException -------------
Object must implement IConvertible
When I pass a multi value parameter as specified above. The parameter is supposed to be fed to a Sql data source as a Table type with one column of ints. Is this the wrong way to do this?