A
A
addd2015-11-12 10:50:25
C++ / C#
addd, 2015-11-12 10:50:25

How to get the response model from a stored procedure that returns 2 tables?

There is a stored procedure. I call a stored procedure that returns two tables, how to write the correct response model Database.SqlQuery("exec ",param);
If fields from the first + second table are listed in the response model, then the response model is filled only from the first table, and the fields from the second table are null.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question