Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    GraphOp
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Gremlin.Net.Process.Traversal
    Assembly: cs.temp.dll.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
    In This Article
    Back to top Copyright © 2018 The Apache Software Foundation