Home

How to execute a stored procedure with table valued parameters?

I am trying to execute a stored procedure with Table Valued Parameters. Trying to pass SqlParamter object with SqlDbType as Structured seems to be not working with ExecuteStoredProcedure().

Comments

Sign In or Register to comment.