Page History
...
Creates a relationship. Valid relationship types: 0 = Identifying, 1 = NonIdentifying, 2 = NonSpecific, 3 = NonIdentifying Optional, 8 = Containment (MongoDB only). PARAMETERS: ParentEntity (String or Integer), ChildEntity (String or Integer), RelationshipType (Integer), PKPairList (String).
Syntax
Code Block | ||
---|---|---|
| ||
Public Function AddWithRoleName( _ ByVal ParentEntity As Variant, _ ByVal ChildEntity As Variant, _ ByVal RelationshipType As Variant, _ ByVal PKPairList As Variant _ ) As Relationship |
...