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
    object
    GraphOp
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Copyright © 2018 The Apache Software Foundation