mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Code optimization
This commit is contained in:
parent
1414493d0b
commit
22a262d4bb
@ -805,11 +805,11 @@ namespace SqlSugar
|
||||
#endregion
|
||||
|
||||
#region Obsolete
|
||||
[Obsolete]
|
||||
[Obsolete("Use EntityMaintenance")]
|
||||
public EntityMaintenance EntityProvider { get => this.Context.EntityProvider; set => this.Context.EntityProvider = value; }
|
||||
[Obsolete]
|
||||
[Obsolete("Use Utilities")]
|
||||
public IContextMethods RewritableMethods { get => this.Context.RewritableMethods; set => this.Context.RewritableMethods = value; }
|
||||
[Obsolete]
|
||||
[Obsolete("Use GetSimpleClient")]
|
||||
public SimpleClient SimpleClient => this.Context.SimpleClient;
|
||||
#endregion
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user