Table of Contents

Class EntityContainerAssociationSet

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

Please visit the Microsoft documentation for more detail.

public class EntityContainerAssociationSet
Inheritance
EntityContainerAssociationSet
Inherited Members

Constructors

EntityContainerAssociationSet()

public EntityContainerAssociationSet()

Properties

Association

Gets or sets the association.

public Relationship Association { get; set; }

Property Value

Relationship

The association.

AssociationName

Please visit the Microsoft documentation for more detail.

public string AssociationName { get; set; }

Property Value

string

The name of the association.

AssociationSetMapping

Gets or sets the association set mapping.

public AssociationSetMapping AssociationSetMapping { get; set; }

Property Value

AssociationSetMapping

The association set mapping.

Ends

Please visit the Microsoft documentation for more detail.

public List<EntityContainerAssociationSetEnd> Ends { get; set; }

Property Value

List<EntityContainerAssociationSetEnd>

The ends.

Name

Please visit the Microsoft documentation for more detail.

public string Name { get; set; }

Property Value

string

The name.