public RowToken CreateEx( Table relationshipTable, KnowledgeGraphRelationshipDescription relationshipDescription )
Public Overloads Function CreateEx( _ ByVal relationshipTable As Table, _ ByVal relationshipDescription As KnowledgeGraphRelationshipDescription _ ) As RowToken
Parameters
- relationshipTable
- The relationship table representing an association between two entities in a knowledge graph.
- relationshipDescription
- A description of the relationship to create.
Return Value
A RowToken object that represents the row to be created.