final |
|---|
readonly |
A record that behaves like the standard referential constraint on the navigation property targeted by a ReferentialConstraint annotation,
but the nullability requirement for the dependent property is lifted.
It asserts that the principal property of an existing related entity
must have the same value as the dependent property.
| Methods | ||
|---|---|---|
public
|
__construct(string $property, string $referencedProperty)
|
# |
| Properties | |||
|---|---|---|---|
public
readonly
|
string
|
$property
|
# |
public
readonly
|
string
|
$referencedProperty
|
# |