简单的一个,我只是忘记了,我丢失了昨天使用的代码。该代码希望是不言自明的
目前全名不起作用...
多谢你们!
public int ID { get; set; }
public string Forename { get; set; }
public string Surname { get; set; }
public string Username { get; set; }
public string Dept { get; set; }
public string JobTitle { get; set; }
public string EmailAddress { get; set; }
public string Office { get; set; }
public string Fullname { get; set{Fullname + "" + Surname };}