how a stored procedure having table valued parameter and output parameter can be called from entity framework 5

前端 未结 0 629
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-03 16:15

I want to call the following sp from entity framework

ALTER PROCEDURE [dbo].[uspValidation1]
@tvpActRoutineParameter dbo.udttActRoutineParameter READONLY
,@xm         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题