Skip to content

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

Notifications You must be signed in to change notification settings

AhmedTarekHasan/SQL-SP-Table-Valued-Parameters-TVP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published

Languages