Table of Contents

Class EntitySetMapping

Namespace
Z.EntityFramework.Extensions.Core.Mapping
Assembly
Z.EntityFramework.Extensions.dll

Please visit the Microsoft documentation for more detail.

public class EntitySetMapping
Inheritance
EntitySetMapping
Inherited Members

Constructors

EntitySetMapping()

Default constructor.

public EntitySetMapping()

Properties

ConceptualSet

Gets or sets the set the conceptual belongs to.

public EntityContainerEntitySet ConceptualSet { get; set; }

Property Value

EntityContainerEntitySet

The conceptual set.

EntityTypeMappings

Please visit the Microsoft documentation for more detail.

public List<EntityTypeMapping> EntityTypeMappings { get; set; }

Property Value

List<EntityTypeMapping>

The entity type mappings.

Name

Please visit the Microsoft documentation for more detail.

public string Name { get; set; }

Property Value

string

The name.