mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-16 16:48:14 +08:00
Synchronization code
This commit is contained in:
parent
382743fdf4
commit
a88ac5061b
@ -15,6 +15,7 @@ namespace SqlSugar
|
|||||||
public const string TabLockX = "WITH(TABLOCKX)";
|
public const string TabLockX = "WITH(TABLOCKX)";
|
||||||
public const string UpdLock = "WITH(UPDLOCK)";
|
public const string UpdLock = "WITH(UPDLOCK)";
|
||||||
public const string RowLock = "WITH(ROWLOCK)";
|
public const string RowLock = "WITH(ROWLOCK)";
|
||||||
|
public const string ReadPast = "WITH(READPAST)";
|
||||||
public const string Null = "Non";
|
public const string Null = "Non";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user