EF实体类指定部分属性不映射成数据库字段特性
时间:2019-10-21 17:32:27
收藏:0
阅读:206
添加NotMapped 特性
/// <summary> /// 用户名 /// </summary> [NotMapped] public string user_name { get; set; }
原文:https://www.cnblogs.com/personblog/p/11714717.html
评论(0)