Search code examples
c#asynchronouspetapoco

Can AsyncPoco support multiple results sets?


This question shows that there is support for Multiple Results Sets from PetaPoco but I am using the asynchronous version (AsyncPoco) and I am unable to see such feature?


Solution

  • It looks like AsyncPoco doesn't support this. Note that AsyncPoco is a fork of PetaPoco, with a separate developer. Not everything in one makes it into the other.