首页 > 其他 > 详细

Linq------错误: Unable to determine the principal end of an association between the types

时间:2017-01-20 15:55:49      阅读:191      评论:0      收藏:0      [点我收藏+]
[Table("bma_stores")]
public class Store
{
    //加上即可    
    [Required]
    public virtual Product Product { get; set; }
}

 

Linq------错误: Unable to determine the principal end of an association between the types

原文:http://www.cnblogs.com/tianhengblogs/p/6322829.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!