Description
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).
Syntax
Public Function AddWithUnification( _ ByVal ParentEntity As Variant, _ ByVal ChildEntity As Variant, _ ByVal RelationshipType As Variant, _ ) As Relationship
Parameters
- ParentEntity
- ChildEntity
- RelationshipType
See Also