mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 增加 SqlServer ISelect.WithLock 扩展方法,实现 with(nolock) 查询;
- 增加 SqlServer IFreeSql.SetGlobalSelectWithLock 扩展方法,实现全局设置 with(nock) 查询; - 移除 Aop.ToList; - 移除 Aop.Where;
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
public static partial class FreeSqlGlobalExtensions
|
||||
public static partial class FreeSqlMySqlGlobalExtensions
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user