public KnowledgeGraphRelationshipDescription( Guid origin, RowHandle destination, IReadOnlyDictionary<string,object> attributes )
Public Function New( _ ByVal origin As Guid, _ ByVal destination As RowHandle, _ Optional ByVal attributes As IReadOnlyDictionary(Of String,Object) _ )
Parameters
- origin
- The globalID of the row in the origin table.
- destination
- The RowHandle of the row in the destination table.
- attributes
- (Optional) The attributes to assign the new row in the relationship table.