mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Synchronization code
This commit is contained in:
@@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user