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.
1 parent 507a6fa commit 23d59b2Copy full SHA for 23d59b2
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