mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
-
This commit is contained in:
parent
0263c42856
commit
0bb8ea59c0
@ -565,7 +565,7 @@ namespace SqlSugar
|
|||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region
|
#region Fastest
|
||||||
public IFastest<T> Fastest<T>() where T : class, new()
|
public IFastest<T> Fastest<T>() where T : class, new()
|
||||||
{
|
{
|
||||||
return this.Context.Fastest<T>();
|
return this.Context.Fastest<T>();
|
||||||
|
Loading…
Reference in New Issue
Block a user