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
Sometimes we need multiple select statements in one transaction, it will improve performance.
The signature maybe something like this. Task RunInTransactionAsync(Func<SQLiteConnection,T> func)