Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Parent entity of the relationship.ID of the relationship's parent index. Zero for this property indicates Primary Key. To set the relationship to use the PK, please assign zero. DATATYPE: Integer.

Property Type

  • Read-only write property

Syntax

Code Block
languagevb
Public Property ParentKeyID() As Entity

Example

Dim MyRelationship As Relationship
Dim ParEntity As Entity

...

Variant
Info
titleSee Also