We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2241aca + 23d59b2 commit 16c606eCopy full SHA for 16c606e
Neo4j.Driver/Neo4j.Driver/Internal/Result/StatementResultCursor.cs
@@ -112,7 +112,7 @@ public IRecord Current
112
{
113
if (!_atEnd && (_current == null && _peeked == null))
114
115
- throw new InvalidOperationException("Tried to access Current without calling FetchAsync or PeekAsync.");
+ throw new InvalidOperationException("Tried to access Current without calling FetchAsync.");
116
}
117
118
return _current;
0 commit comments