LINQ to SQL with stored procedures and user defined table type parameter

前端 未结 3 1614
别跟我提以往
别跟我提以往 2020-12-06 16:09

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

3条回答
  •  醉酒成梦
    2020-12-06 16:40

    I had the exact same problem and Ryan Prechel's sample code from the following link helped me solve the problem.

    How to pass table value parameters to stored procedure from .net code

提交回复
热议问题