1
vote
1answer
479 views
LINQ to SQL with stored procedures and user defined table type parameter
I am using LINQ to SQL with stored procedures in SQL Server 2008. Everything work well except one problem. L2S cannot generate the method for the stored procedure with user defined table type as …
