I want to call a stored procedure from a Web Api controller. As a parameter i need to pass id's of items to the sp but id count is not stable. For a case i may pass 3 ids for another it may be 10 ids. Is it possible to pass an array or list of numbers to a stored procedure.
Asked
Active
Viewed 94 times