Class ReferencialConstraintRoleElement
- Namespace
- Z.EntityFramework.Extensions.Core.SchemaObjectModel
- Assembly
- Z.EntityFramework.Extensions.dll
Please visit the Microsoft documentation for more detail.
public class ReferencialConstraintRoleElement
- Inheritance
-
ReferencialConstraintRoleElement
- Inherited Members
Constructors
ReferencialConstraintRoleElement()
public ReferencialConstraintRoleElement()
Properties
EntityType
Gets or sets the type of the entity.
public SchemaEntityType EntityType { get; set; }
Property Value
- SchemaEntityType
The type of the entity.
PropertyRefs
Please visit the Microsoft documentation for more detail.
public List<PropertyRefElement> PropertyRefs { get; set; }
Property Value
- List<PropertyRefElement>
The property references.
Role
Please visit the Microsoft documentation for more detail.
public string Role { get; set; }
Property Value
- string
The role.