Table of Contents

Method FetchAsync

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

FetchAsync()

Asynchronously tries to advance to the next record.

Task<bool> FetchAsync()

Returns

Task<bool>

A task returning a bool. Task's result is true if there is any result to be consumed, false otherwise.