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
Hello people. thanks for the great work.
I need my web api project to be as asynchronous as possible in accessing the database. This works great with all the async overloads, but the only thing that is missing is QueryMultiple.
Is QueryMultipleAsync something that is planned? Or would you know of an async alternative to get multiple tables from a single stored procedure?
The text was updated successfully, but these errors were encountered:
Hello people. thanks for the great work.
I need my web api project to be as asynchronous as possible in accessing the database. This works great with all the async overloads, but the only thing that is missing is QueryMultiple.
Is QueryMultipleAsync something that is planned? Or would you know of an async alternative to get multiple tables from a single stored procedure?
The text was updated successfully, but these errors were encountered: