- 增加 IInsertOrUpdate 高性能方法 ExecuteOracleBulkCopy/ExecuteDmBulkCopy;

This commit is contained in:
2881099
2023-03-25 14:50:13 +08:00
parent 07602192a7
commit 09f3f1a20c
7 changed files with 112 additions and 19 deletions

View File

@ -13,7 +13,7 @@ namespace FreeSql.Internal.Model
public string CsName { get; set; }
public Type CsType { get; set; }
public ColumnAttribute Attribute { get; set; }
public string Comment { get; internal set; }
public string Comment { get; set; }
public string DbTypeText { get; internal set; }
public string DbDefaultValue { get; internal set; }
public string DbInsertValue { get; internal set; }

View File

@ -24,7 +24,7 @@ namespace FreeSql.Internal.Model
public string DbName { get; set; }
public string DbOldName { get; set; }
public bool DisableSyncStructure { get; set; }
public string Comment { get; internal set; }
public string Comment { get; set; }
public bool IsRereadSql { get; internal set; }
public bool IsDictionaryType { get; internal set; }