Class Relationship
- Namespace
- Z.EntityFramework.Extensions.Core.SchemaObjectModel
- Assembly
- Z.EntityFramework.Extensions.dll
Please visit the Microsoft documentation for more detail.
public class Relationship
- Inheritance
-
Relationship
- Inherited Members
Constructors
Relationship()
Default constructor.
public Relationship()
Properties
AssociationSet
Gets or sets the set the association belongs to.
public EntityContainerAssociationSet AssociationSet { get; set; }
Property Value
- EntityContainerAssociationSet
The association set.
Ends
Please visit the Microsoft documentation for more detail.
public List<RelationshipEnd> Ends { get; set; }
Property Value
- List<RelationshipEnd>
The ends.
EntityTypes
Gets or sets a list of types of the entities.
public List<SchemaEntityType> EntityTypes { get; set; }
Property Value
- List<SchemaEntityType>
A list of types of the entities.
Name
Please visit the Microsoft documentation for more detail.
public string Name { get; set; }
Property Value
- string
The name.
ReferentialConstraint
Please visit the Microsoft documentation for more detail.
public ReferentialConstraint ReferentialConstraint { get; set; }
Property Value
- ReferentialConstraint
The referential constraint.