home / software / tips and tricks / How to call a stored procedure with table valued parameters in c#?

How to call a stored procedure with table valued parameters in c#?

Updated:  04/30/2009 12:04 PM
Author:  Shiju Mathews

Status:    Resolved.


For creating stored procedure with table valued parameters in SQL Server 2008 refer sing table valued parameters in SQL Server 2008

In order to execute the stored procedure from c#. First we need to create a data table that is matching with the “EMPLOYEETABLETYPE” and Fill with values.

Tags: How to call a stored procedure with table valued parameters in c#?
Updated on: March 2024