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
/// Use this method for selecting data with locking.
11
12
/// <para>Attention! Be aware that this method works only inside the transaction scope(dbContext.BeginTransaction) and you need to register it in startup.</para>
@@ -14,11 +15,53 @@ public static class QueryableExtensions
14
15
/// <param name="query">Query to lock.</param>
15
16
/// <param name="lockBehavior">Behavior organizes the way data should be locked, for more information check enum values.</param>
16
17
/// <returns>The same query with locking behavior added.</returns>
0 commit comments