[ROOT] / doc / toc / ARCCore / Enum / PKRelAttributeP / OppositeTerm / __TOCDet

KeyValue
AssemblyARCCore
DocFragTypeEnumMember
NameOppositeTerm
NamespaceARCCore
TypePKRelAttributeP

PK

KeyValue
PKTypeAttributeExample: For 'Employee', the key 'SupervisorId' where the supervisor is another 'Employee', will have another meaning "as seen from" the Supervisor, namely "Subordinates" or similar.

Used by ARCQuery (in QueryExpressionRel and ForeignKey) in order to enable queries like:
"Employee/42/REL Subordinate" (all Subordinates of Employee 42) and
"Employee/SELECT Name, Subordinate.Count()" (number of Subordinates for each Employee)


BoilerplateCodeProperties, Cardinality, Description, EnumMember, EnumType, IsObligatory, Type

Example: For 'Employee', the key 'SupervisorId' where the supervisor is another 'Employee', will have another meaning "as seen from" the Supervisor, namely "Subordinates" or similar.

Used by ARCQuery (in QueryExpressionRel and ForeignKey) in order to enable queries like:
"Employee/42/REL Subordinate" (all Subordinates of Employee 42) and
"Employee/SELECT Name, Subordinate.Count()" (number of Subordinates for each Employee)

Edit


Generated 2024-04-28 16:14:43.594 UTC