I have created a stored procedure that takes a table valued parameter that is a table with a single column of type int. The idea is to simply pass a list of ids in
int
I get the error when passing an empty IEnumerable but it works fine when I pass an empty List instead.
IEnumerable
List