Class ReferentialConstraint
- Namespace
- Z.EntityFramework.Extensions.Core.SchemaObjectModel
- Assembly
- Z.EntityFramework.Extensions.dll
Please visit the Microsoft documentation for more detail.
public class ReferentialConstraint
- Inheritance
-
ReferentialConstraint
- Inherited Members
Constructors
ReferentialConstraint()
public ReferentialConstraint()
Properties
Dependent
Please visit the Microsoft documentation for more detail.
public ReferencialConstraintRoleElement Dependent { get; set; }
Property Value
- ReferencialConstraintRoleElement
The dependent.
Principal
Please visit the Microsoft documentation for more detail.
public ReferencialConstraintRoleElement Principal { get; set; }
Property Value
- ReferencialConstraintRoleElement
The principal.