[ROOT] / doc / DocFrag / ARCCore.PKRelAttributeP.ForeignEntity

KeyValue
AssemblyARCCore
DocFragTypeEnumMember
NameForeignEntity
NamespaceARCCore
TypePKRelAttributeP

PK

KeyValue
PKTypeAttributeThe 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.

Edit


Generated 2025-10-29 15:14:33.956 UTC