Class Graph
A Graph is a container object for a collection of Vertex, Edge, VertexProperty, and Property objects.
Inheritance
System.Object
Graph
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.Structure
Assembly: cs.temp.dll.dll
Syntax
public class Graph
Methods
Traversal()
Generates a reusable
Declaration
[Obsolete("As of release 3.3.5, replaced by AnonymousTraversalSource.Traversal() called statically.", false)]
public GraphTraversalSource Traversal()
Returns
Type | Description |
---|---|
GraphTraversalSource | A graph traversal source. |