Share via


MappingFragment(EntitySet, TypeMapping, Boolean) Constructor

Definition

Creates a MappingFragment instance.

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

Parameters

storeEntitySet
EntitySet

The EntitySet corresponding to the table of view being mapped.

typeMapping
TypeMapping

The TypeMapping that contains this MappingFragment.

makeColumnsDistinct
Boolean

Flag that indicates whether to include 'DISTINCT' when generating queries.

Applies to