GraphMatchRecursivePredicate Class

Definition

A boolean expression for Shortest Path expression

[System.Serializable]
public class GraphMatchRecursivePredicate : Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression
[<System.Serializable>]
type GraphMatchRecursivePredicate = class
    inherit BooleanExpression
Public Class GraphMatchRecursivePredicate
Inherits BooleanExpression
Inheritance
GraphMatchRecursivePredicate
Attributes

Constructors

GraphMatchRecursivePredicate()

Fields

Uninitialized

Constant to indicate and uninitialized token.

(Inherited from TSqlFragment)

Properties

AnchorOnLeft

True if the outer node is on the left side of the recursive expression, False if the outer node is on the right side of the recursive expression.

Expression

The resursive expressions in the ShortestPath clause

FirstTokenIndex

Gets or sets the first index of the token.

(Inherited from TSqlFragment)
FragmentLength

Defines the number of characters the fragment takes up in the script it was parsed.

(Inherited from TSqlFragment)
Function

The recursive function to use

LastTokenIndex

Gets or sets the last index of the token.

(Inherited from TSqlFragment)
OuterNodeExpression

The referenced node

RecursiveQuantifier

Literal Expression for Shortest Path

ScriptTokenStream

Gets or sets the script token stream.

(Inherited from TSqlFragment)
StartColumn

Gets the start column.

(Inherited from TSqlFragment)
StartLine

Gets the start line.

(Inherited from TSqlFragment)
StartOffset

Defines the character offset of fragments starting location in the script it was parsed.

(Inherited from TSqlFragment)

Methods

Accept(TSqlFragmentVisitor)

Accepts visitor

AcceptChildren(TSqlFragmentVisitor)

Accepts visitor for Children

Applies to