MappingFragment(EntitySet, TypeMapping, Boolean) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 MappingFragment 实例。
public MappingFragment (System.Data.Entity.Core.Metadata.Edm.EntitySet storeEntitySet, System.Data.Entity.Core.Mapping.TypeMapping typeMapping, bool makeColumnsDistinct);
new System.Data.Entity.Core.Mapping.MappingFragment : System.Data.Entity.Core.Metadata.Edm.EntitySet * System.Data.Entity.Core.Mapping.TypeMapping * bool -> System.Data.Entity.Core.Mapping.MappingFragment
参数
- storeEntitySet
- EntitySet
对应于要映射的视图表的 EntitySet。
- typeMapping
- TypeMapping
包含此 MappingFragment 的 TypeMapping。
- makeColumnsDistinct
- Boolean
指示在生成查询时是否包含“DISTINCT”的标志。