Class GraphOp
A graph operation is a static Bytecode form that does not translate to a traversal but instead refers to a specific function to perform on a graph instance.
Inherited Members
Namespace: Gremlin.Net.Process.Traversal
Assembly: Gremlin.Net.dll
Syntax
public static class GraphOp
Properties
Commit
Commit a transaction.
Declaration
public static Bytecode Commit { get; }
Property Value
Type | Description |
---|---|
Bytecode |
Rollback
Rollback a transaction.
Declaration
public static Bytecode Rollback { get; }
Property Value
Type | Description |
---|---|
Bytecode |