Code optimization

This commit is contained in:
sunkaixuan
2019-05-11 14:39:00 +08:00
parent 0aa7d47328
commit 0d399cefc5
41 changed files with 54 additions and 54 deletions

View File

@@ -10,7 +10,7 @@ namespace SqlSugar
{
public class InsertableProvider<T> : IInsertable<T> where T : class, new()
{
public SqlSugarEngine Context { get; set; }
public SqlSugarProvider Context { get; set; }
public IAdo Ado { get { return Context.Ado; } }
public ISqlBuilder SqlBuilder { get; set; }
public InsertBuilder InsertBuilder { get; set; }