Search |
public class SearchPlanEdgeNode : SearchPlanNode
The SearchPlanEdgeNode type exposes the following members.
| Name | Description | |
|---|---|---|
| SearchPlanEdgeNode(PlanNode, SearchPlanNodeNode, SearchPlanNodeNode) | Initializes a new instance of the SearchPlanEdgeNode class | |
| SearchPlanEdgeNode(PlanNodeType, Int32, Boolean, PatternElement, SearchPlanNodeNode, SearchPlanNodeNode) | Initializes a new instance of the SearchPlanEdgeNode class |
| Name | Description | |
|---|---|---|
| ToString | (Inherited from SearchPlanNode) |
| Name | Description | |
|---|---|---|
| directionVariable | the direction variable interpretation plan operation created for this edge in case this is an edge to be matched bidirectionally in the graph | |
| edgeMatcher | the edge matcher interpretation plan operation created for this edge | |
| ElementID | (Inherited from SearchPlanNode) | |
| IsPreset | (Inherited from SearchPlanNode) | |
| NodeType | (Inherited from SearchPlanNode) | |
| OutgoingEdges | (Inherited from SearchPlanNode) | |
| PatternEdgeSource | PatternEdgeSource gives us the search plan node which originated from the source of the pattern edge this node represents | |
| PatternEdgeTarget | PatternEdgeTarget gives us the search plan node which originated from the target of the pattern edge this node represents | |
| PatternElement | (Inherited from SearchPlanNode) | |
| Visited | (Inherited from SearchPlanNode) |