다음을 통해 공유


GraphType Enum

Definition

public enum GraphType
type GraphType = 
Public Enum GraphType
Inheritance
GraphType

Fields

Name Value Description
None 0

Not a graph column.

GraphId 1

The graph internal identifier column.

GraphIdComputed 2

The graph internal identifier computed column.

GraphFromId 3

The graph edge from identifier column.

GraphFromObjId 4

The graph edge from object identifier column.

GraphFromIdComputed 5

The graph edge from computed column.

GraphToId 6

The graph edge to identifier column.

GraphToObjId 7

The graph edge to object identifier column.

GraphToIdComputed 8

The graph edge to computed column.

Applies to