共用方式為


MappingFragment(EntitySet, TypeMapping, Boolean) 建構函式

定義

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

適用於