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'm using Orchard Core and I'm in a situation that I have two queries and I need the results of the first query to determine which results of the second query can be shown.
When I execute the code above, the last line is skipped because of the .ListAsync() method above.
Is there a possibility to execute a query and then be able to use that same query afterwards or is there a possibility to copy a query to remove the reference to the original query?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I'm using Orchard Core and I'm in a situation that I have two queries and I need the results of the first query to determine which results of the second query can be shown.
When I execute the code above, the last line is skipped because of the .ListAsync() method above.
Is there a possibility to execute a query and then be able to use that same query afterwards or is there a possibility to copy a query to remove the reference to the original query?
Thanks!
The text was updated successfully, but these errors were encountered: