IndirectDBRelationshipEdge Class |
Namespace: SD.LLBLGen.Pro.DBDriverCore
The IndirectDBRelationshipEdge type exposes the following members.
Name | Description | |
---|---|---|
IndirectDBRelationshipEdge |
Initializes a new instance of the IndirectDBRelationshipEdge class.
|
Name | Description | |
---|---|---|
EndVertex |
Gets the end vertex of the edge.
(Inherited from EdgeTVertex.) | |
IntermediateTable |
Gets the intermediate table for this m:n relationship.
| |
IsDirected |
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.) | |
Relationships |
Gets the relationships this m:n db relationship is based on.
| |
RelationshipType |
Gets or sets the type of the relationship.
(Inherited from DBRelationshipEdge.) | |
StartVertex |
Gets the start vertex of the edge.
(Inherited from EdgeTVertex.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SerializeToWriter |
Serializes the data in this class to the serializer passed in
(Overrides DBRelationshipEdgeSerializeToWriter(ISerializer).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |