Click or drag to resize

GraphResultSet Class

Represents the result set containing the Graph nodes returned from a query.
Inheritance Hierarchy
SystemObject
  Dse.GraphGraphResultSet

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class GraphResultSet : IEnumerable<GraphNode>, 
	IEnumerable

The GraphResultSet type exposes the following members.

Constructors
  NameDescription
Public methodGraphResultSet
Creates a new instance of GraphResultSet.
Top
Properties
  NameDescription
Public propertyInfo
Gets the execution information for the query execution.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodToT
Applies a conversion to each element of the sequence.
Top
See Also