Public Overloads Function Create( _ ByVal documentTable As Table, _ ByVal documentDescription As KnowledgeGraphDocumentDescription _ ) As RowToken
public RowToken Create( Table documentTable, KnowledgeGraphDocumentDescription documentDescription )
Parameters
- documentTable
- The table representing the Document named type.
- documentDescription
- A description of the document record to create.
Return Value
A RowToken object that represents the row to be created.