mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	update 人大金仓 descrption
This commit is contained in:
		@@ -284,7 +284,8 @@ namespace FreeSql
 | 
			
		||||
        /// PostgreSQL: for update nowait<para></para>
 | 
			
		||||
        /// Oracle: for update nowait<para></para>
 | 
			
		||||
        /// Sqlite: 无效果<para></para>
 | 
			
		||||
        /// 达梦: for update nowait
 | 
			
		||||
        /// 达梦: for update nowait<para></para>
 | 
			
		||||
        /// 人大金仓: for update nowait
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        /// <param name="nowait">noawait</param>
 | 
			
		||||
        /// <returns></returns>
 | 
			
		||||
 
 | 
			
		||||
@@ -17,7 +17,7 @@ namespace FreeSql
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        bool IsSyncStructureToLower { get; set; }
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        /// 转大写同步结构,适用 Oracle/达梦
 | 
			
		||||
        /// 转大写同步结构,适用 Oracle/达梦/人大金仓
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        bool IsSyncStructureToUpper { get; set; }
 | 
			
		||||
        /// <summary>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user