我开始在我正在进行的项目中使用EF4.1和POCO。 我使用的模式就是这样:
public class Contact1
{
// Primary key
public int ID { get; set; }
public string FirstName { get; set; }
public string LastName { get; set; }
public virtual Address DelAddress { get; set; }
public virtual Address POAddress { get; set; }
public string EmailAddress { get; set; }
public bool InActive { get; set; }
public string Comment { get; set; }
public string Phone1 { get; set; }
public string Phone2 { get; set; }
}
但是,我确实看到了一些例子,利用外国信息数据库作为地址等外地的参考,我正在我的模型中直接提及地址目标。 我认为,最好参考一下子,因为我是在这一层次上处理物体,但不是记录或行文,最后用一个电文提及。 但是,你们对《刑法典第一范本》有什么用处?