Table of Contents

Class EagerResult<T>

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

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

Keys

Least common set of fields in Result.

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.