mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Update Core
This commit is contained in:
@@ -12,6 +12,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
private EntityInfo entityInfo;
|
private EntityInfo entityInfo;
|
||||||
private bool IsUpdate = false;
|
private bool IsUpdate = false;
|
||||||
|
public string CharacterSet { get; set; }
|
||||||
private DataTable UpdateDataTable { get; set; }
|
private DataTable UpdateDataTable { get; set; }
|
||||||
public SqliteFastBuilder(EntityInfo entityInfo)
|
public SqliteFastBuilder(EntityInfo entityInfo)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user