Synchronization code

This commit is contained in:
sunkaixuan 2023-09-08 09:51:46 +08:00
parent 382743fdf4
commit a88ac5061b

View File

@ -15,6 +15,7 @@ namespace SqlSugar
public const string TabLockX = "WITH(TABLOCKX)";
public const string UpdLock = "WITH(UPDLOCK)";
public const string RowLock = "WITH(ROWLOCK)";
public const string ReadPast = "WITH(READPAST)";
public const string Null = "Non";
}
}