mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-03 08:55:26 +08:00 
			
		
		
		
	- 增加 IInsertOrUpdate 高性能方法 ExecuteOracleBulkCopy/ExecuteDmBulkCopy;
This commit is contained in:
		@@ -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; }
 | 
			
		||||
 
 | 
			
		||||
@@ -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; }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user