[ROOT] / doc / DocFrag / ARCCore.PKRelAttributeP.ForeignEntity
| Key | Value |
|---|---|
| Assembly | ARCCore |
| DocFragType | EnumMember |
| Name | ForeignEntity |
| Namespace | ARCCore |
| Type | PKRelAttributeP |
PK
| Key | Value |
|---|---|
| PKTypeAttribute | The type of foreign entity that this property points to. Only necessary to specify when the foreign key has a non-standard name. For instance, for 'Order', key 'CustomerId' is automatically assumed to point to a ForeignEntity of type 'Customer', so this attribute does not have to be specified. However, for 'Employee', key 'SupervisorId' where the supervisor is another 'Employee', ForeignEntity has to be explicitly specified in order for the system to understand that 'SupervisorId' is actually a foreign key pointing to another 'Employee'. Used by ARCQuery in QueryExpressionRel, ForeignKey. NOTE: Use of this attribute is not active as of Mar 2021. BoilerplateCodeProperties, Cardinality, Description, EnumMember, EnumType, IsObligatory, Type |
The type of foreign entity that this property points to.
Only necessary to specify when the foreign key has a non-standard name.
For instance, for 'Order', key 'CustomerId' is automatically assumed to point to a ForeignEntity of type 'Customer', so this attribute does not have to be specified.
However, for 'Employee', key 'SupervisorId' where the supervisor is another 'Employee', ForeignEntity has to be explicitly specified in order for the system to understand that 'SupervisorId' is actually a foreign key pointing to another 'Employee'.
Used by ARCQuery in QueryExpressionRel, ForeignKey.
NOTE: Use of this attribute is not active as of Mar 2021.
Generated 2025-10-29 15:14:33.956 UTC