Click or drag to resize
IndirectDBRelationshipEdge Properties

The IndirectDBRelationshipEdge type exposes the following members.

Properties
  NameDescription
Public propertyEndVertex
Gets the end vertex of the edge.
(Inherited from EdgeTVertex.)
Public propertyIntermediateTable
Gets the intermediate table for this m:n relationship.
Public propertyIsDirected
Gets a value indicating whether this edge is directed. If true, the edge is directed from startVertex to endVertex and is seen as an edge only between startVertex and endVertex, not between endVertex and startVertex. If false, this edge isn't considered a directed edge and is seen as an edge between startVertex and endVertex and also between endVertex and startVertex.
(Inherited from EdgeTVertex.)
Public propertyRelationships
Gets the relationships this m:n db relationship is based on.
Public propertyRelationshipType
Gets or sets the type of the relationship.
(Inherited from DBRelationshipEdge.)
Public propertyStartVertex
Gets the start vertex of the edge.
(Inherited from EdgeTVertex.)
Top
See Also