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.6.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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToT
Applies a conversion to each element of the sequence.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also