Passing a Table Valued parameter to a stored procedure

前端 未结 4 490
予麋鹿
予麋鹿 2021-01-06 06:54

Here\'s an example of how to use table-valued parameters in a SQL Server 2008 stored procedure using .NET.

And here\'s the list of parameter types in CF9.

Q

4条回答
  •  醉酒成梦
    2021-01-06 07:03

    Not sure.

    If you need to pass a table of information, probably your best bet is to use the XML data type.

    Code sample here.

提交回复
热议问题