Entity Framework表拆分

一、概念 表拆分:一個表拆分成多個實體,例如Photograph表,可以拆分爲Photograph和PhotographFullImage兩張表。 Photograph實體結構:   1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel.DataAnnotations; 4 usi
相關文章
相關標籤/搜索