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.
public static class GraphOp
- Inheritance
-
GraphOp
- Inherited Members
Properties
Commit
Commit a transaction.
public static Bytecode Commit { get; }
Property Value
Rollback
Rollback a transaction.
public static Bytecode Rollback { get; }