jeudi 8 août 2019

writing to a table then using the row to call a stored procedure

I have a web api endpoint that inserts a row into a log table. Can I then call a stored procedure to use that same "log" row to update 3 different tables? Another option is to create another endpoint to call the stored procedure.

I'm using .net core 2.2 entity framework 2.2.6.




Aucun commentaire:

Enregistrer un commentaire