asp.net默认配置文件提供程序 - ProfileBase和FK配置文件

时间:2011-07-18 21:49:26

标签: asp.net-mvc asp.net-mvc-3 foreign-key-relationship asp.net-profiles

如何在班级中将{FK}转到ProfileBase?例如,我有课程Department,我需要设置Manager ..所以我会这样做:

class Department { ..
    public int managerId {get;set;}
    public ProfileBase manager {get;set;}
    ..
}

但这不起作用。我已经扩展了这个类,我有profileCommon,就像[here] [1]一样,甚至fk到profileCommon(带有UserId属性)都不起作用。

0 个答案:

没有答案