GraphType Enum

Definition

public enum GraphType
type GraphType = 
Public Enum GraphType
Inheritance
GraphType

Fields

GraphFromId 3

The graph edge from identifier column.

GraphFromIdComputed 5

The graph edge from computed column.

GraphFromObjId 4

The graph edge from object identifier column.

GraphId 1

The graph internal identifier column.

GraphIdComputed 2

The graph internal identifier computed column.

GraphToId 6

The graph edge to identifier column.

GraphToIdComputed 8

The graph edge to computed column.

GraphToObjId 7

The graph edge to object identifier column.

None 0

Not a graph column.

Applies to