如何从单个存储过程到linq获取多个记录集,以及如何访问结果

问题描述:

如何从单个存储过程到linq获取多个记录集,以及如何访问结果

how can i get multiple record sets from single stored procedure to linq and how can i access results

您可以使用IMultipleResults来实现.

这是 ^ ].这可能对您有帮助
You can do it using IMultipleResults.

Here is the Link[^]. This might help you