Click or drag to resize
GraphResultSet Class
Represents the result set containing the Graph results returned from a query.
Inheritance Hierarchy
SystemObject
  Dse.GraphGraphResultSet

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 1.0.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
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 a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyInfo
Gets the execution information for the query execution.
Top
See Also