Page History
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 | ||
---|---|---|
| ||
Public Property ParentKeyID() As Entity |
Example
Dim MyRelationship As Relationship
Dim ParEntity As Entity
...
Variant |
Info | ||
---|---|---|
| ||