Class EagerResult<T>
Complete, materialized result from a cypher query.
public sealed class EagerResult<T>
Type Parameters
T
The type of the value that will be in the Result property.
- Inheritance
-
EagerResult<T>
- Inherited Members
- Extension Methods
Properties
- Result
The materialized result of the query.
- Summary
Query summary.
Methods
- Deconstruct(out T, out IResultSummary)
Deconstructs the result into its constituent parts.
- Deconstruct(out T, out IResultSummary, out string[])
Deconstructs the result into its constituent parts.