array-to-proc

How do you pass an array of integers to a stored procedure or function using linq to sql

I was just asked how to go about passing an array of integers into a stored procedure or function using LINQ to SQL. As I have never done this and don't see anything on Google I figured I would ask here. Thanks! ...