You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am relatively new to using PetaPoco and have been enjoying it so far in the project I am working on.
I have been utilizing the Async versions of the query and fetch methods for data access so far. However, I am to the point now where I need to implement an multi-POCO query, and I am getting an error that only one type can be passed.
Is this intentional? I believe my options right now are to
I am relatively new to using PetaPoco and have been enjoying it so far in the project I am working on.
I have been utilizing the Async versions of the query and fetch methods for data access so far. However, I am to the point now where I need to implement an multi-POCO query, and I am getting an error that only one type can be passed.
Is this intentional? I believe my options right now are to
Example query I'm trying to accomplish:
Thanks for reading.
The text was updated successfully, but these errors were encountered: