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
We are using BLToolkit extensively in our application and would like a new feature.
Can you please add an event to the LINQ part of the library whenever the resultset is fully materialized. We need to know when a LINQ operation is complete.
Our goal is to get an event when any DB operation is complete and then we will decide if we want to dispose the connection or not.
Thank you.
The text was updated successfully, but these errors were encountered:
We've rooted BLToolkit pretty deep in our project, the migration to linq2db is not gonna be easy.
We have our own wrapper around DbManager and need to know when a query has completed in order to run more stuff AFTER that, I know that .ToList materializes the data but that does me no good in this case.
Greetings,
We are using BLToolkit extensively in our application and would like a new feature.
Can you please add an event to the LINQ part of the library whenever the resultset is fully materialized. We need to know when a LINQ operation is complete.
Our goal is to get an event when any DB operation is complete and then we will decide if we want to dispose the connection or not.
Thank you.
The text was updated successfully, but these errors were encountered: