- 补充 Expression IEnumerable<T>.Contains 的支持,之前只能数组或IList<T>;

This commit is contained in:
28810
2019-04-25 17:28:25 +08:00
parent 169cf596c0
commit 205421f7e0
11 changed files with 64 additions and 55 deletions

View File

@@ -42,5 +42,10 @@ namespace FreeSql.DataAnnotations {
/// 数据库默认值
/// </summary>
internal object DbDefautValue { get; set; }
/// <summary>
/// 类型映射,比如:可将 enum 属性映射成 typeof(string)
/// </summary>
public Type Mapping { get; set; }
}
}