人大金仓 support BulkCopy

This commit is contained in:
sunkaixuan
2022-12-16 20:12:59 +08:00
parent 3397b22927
commit a9a0f2eeb4
5 changed files with 151 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ namespace SqlSugar
{
public class FastBuilder
{
public EntityInfo FastEntityInfo { get; set; }
public virtual bool IsActionUpdateColumns { get; set; }
public virtual DbFastestProperties DbFastestProperties { get; set; }
public SqlSugarProvider Context { get; set; }