In SQL Server 2008, we can define a table type and use it as a stored procedures' parameter.
But how can I use it in C# invocation of this stored procedure? In other words, how to create a table or list and pass it into a stored procedure in C# code with this new feature of SQL Server 2008?