Table of Contents

Method PeekAsync

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

PeekAsync()

Asynchronously investigates the next upcoming record without changing the current position in the result.

Task<IRecord> PeekAsync()

Returns

Task<IRecord>

A task returning next record or null if there is no next record.