Click or drag to resize

GraphNode Constructor

Creates a new instance of GraphNode.

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public GraphNode(
	string json
)

Parameters

json
Type: SystemString
The graph string json with the form: "{\"result\": ...}".
See Also