Public Function GetEntityRelationshipTypeNames() As ValueTuple(Of IReadOnlyList(Of String),IReadOnlyList(Of String))
public ValueTuple<IReadOnlyList<string>,IReadOnlyList<string>> GetEntityRelationshipTypeNames()
Return Value
The lists of entity and relationship types names in the set as a tuple.