Update SqlWith

This commit is contained in:
sunkaixuan
2023-09-08 09:50:15 +08:00
parent c6ecc419db
commit 382743fdf4

View File

@@ -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";
} }
} }