Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 807 Bytes

File metadata and controls

20 lines (11 loc) · 807 Bytes

SQL Stored Procedures With Table-Valued Parameters(TVP) & Calling From C#


Have you ever wanted to call a SQL stored procedure from C# and send it a collection of data instead of calling the same stored procedure multiple times sending single parameters? The sample code here proves that you can do so easily by just following some simple steps.


This article is a walkthrough which takes you from the early steps of writing the code up to its final form.


Related Links:


Authors: