Entity Framework表拆分

一、概念 表拆分:一个表拆分成多个实体,例如Photograph表,可以拆分为Photograph和PhotographFullImage两张表。 Photograph实体结构:   1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel.DataAnnotations; 4 usi
相关文章
相关标签/搜索