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'。