Table of Contents

Class EntityContainerAssociationSetEnd

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

Please visit the Microsoft documentation for more detail.

public class EntityContainerAssociationSetEnd
Inheritance
EntityContainerAssociationSetEnd
Inherited Members

Constructors

EntityContainerAssociationSetEnd()

public EntityContainerAssociationSetEnd()

Properties

AssociationEnd

Gets or sets the association end.

public RelationshipEnd AssociationEnd { get; set; }

Property Value

RelationshipEnd

The association end.

AssociationEndMapping

Gets or sets the association end mapping.

public EndPropertyMapping AssociationEndMapping { get; set; }

Property Value

EndPropertyMapping

The association end mapping.

EntitySet

Gets or sets the set the entity belongs to.

public EntityContainerEntitySet EntitySet { get; set; }

Property Value

EntityContainerEntitySet

The entity set.

EntitySetName

Please visit the Microsoft documentation for more detail.

public string EntitySetName { get; set; }

Property Value

string

The name of the entity set.

Role

Please visit the Microsoft documentation for more detail.

public string Role { get; set; }

Property Value

string

The role.