MappingFragment(EntitySet, TypeMapping, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework