mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	- 补充 Expression IEnumerable<T>.Contains 的支持,之前只能数组或IList<T>;
This commit is contained in:
		@@ -42,5 +42,10 @@ namespace FreeSql.DataAnnotations {
 | 
			
		||||
		/// 数据库默认值
 | 
			
		||||
		/// </summary>
 | 
			
		||||
		internal object DbDefautValue { get; set; }
 | 
			
		||||
 | 
			
		||||
		/// <summary>
 | 
			
		||||
		/// 类型映射,比如:可将 enum 属性映射成 typeof(string)
 | 
			
		||||
		/// </summary>
 | 
			
		||||
		public Type Mapping { get; set; }
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user