Getting an output parameter from a MySQL stored procedure using Entity Framework

后端 未结 0 1340
滥情空心
滥情空心 2021-01-21 10:33

I have this stored procedure which inserts an entry into a database table and returns the latest ID.

CREATE PROCEDURE `sp_AddRelease`(
IN Description varchar(50),         


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