Update Core

This commit is contained in:
sunkaixuan 2022-03-04 14:52:57 +08:00
parent f90117abf1
commit d2db5bd988

View File

@ -12,6 +12,7 @@ namespace SqlSugar
{
private EntityInfo entityInfo;
private bool IsUpdate = false;
public string CharacterSet { get; set; }
private DataTable UpdateDataTable { get; set; }
public SqliteFastBuilder(EntityInfo entityInfo)
{