File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -575,11 +575,11 @@ public virtual string ForUpdateNowaitString
575
575
}
576
576
577
577
/// <summary>
578
- /// Get the <tt >FOR UPDATE OF column_list NOWAIT</tt > fragment appropriate
579
- /// for this dialect given the aliases of the columns to be write locked.
578
+ /// Get the <c >FOR UPDATE OF column_list NOWAIT</c > fragment appropriate
579
+ /// for this dialect given the aliases of the columns or tables to be write locked.
580
580
/// </summary>
581
- /// <param name="aliases">The columns to be write locked. </param>
582
- /// <returns> The appropriate <tt >FOR UPDATE colunm_list NOWAIT</tt > clause string. </returns>
581
+ /// <param name="aliases">The columns or tables to be write locked.</param>
582
+ /// <returns>The appropriate <c >FOR UPDATE colunm_or_table_list NOWAIT</c > clause string.</returns>
583
583
public virtual string GetForUpdateNowaitString ( string aliases )
584
584
{
585
585
return GetForUpdateString ( aliases ) ;
You can’t perform that action at this time.
0 commit comments