How can I step into a SQL Server stored proc from my C# code?

后端 未结 4 2213
故里飘歌
故里飘歌 2020-12-13 18:37

I am debugging some C# code that uses Ado.net to call a stored proc (TSQL) in SQL Server. How can I step into the stored proc?

(I think I have seen this demoed by

4条回答
提交回复
热议问题