Method FetchAsync NamespaceNeo4j.Driver AssemblyNeo4j.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.