2014-09-22 61 views

回答

3

時,他們很容易可以使用NotMapped註釋

public class Customer 
{ 
    public string FirstName {get;set;} 
    public string LastName {get;set;} 
    [NotMapped] 
    public string FullName { set; get; } 
} 
+0

喜歡它。謝謝。 – TheEdge 2014-09-22 06:39:18