Update core

This commit is contained in:
sunkaixuan
2022-04-21 00:08:13 +08:00
parent 216b6adee6
commit 7d25c66f80
7 changed files with 43 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ namespace SqlSugar
{
public class FastBuilder
{
public virtual bool IsActionUpdateColumns { get; set; }
public SqlSugarProvider Context { get; set; }
public virtual string CharacterSet { get; set; }
public virtual string UpdateSql { get; set; } = @"UPDATE TM