neo4j / neo4j-dotnet-driver

Neo4j Bolt driver for .NET
Apache License 2.0
231 stars 69 forks source link

Transformation fluent working #675

Closed RichardIrons-neo4j closed 1 year ago

RichardIrons-neo4j commented 1 year ago

Mainly a refactor of EagerResult to EagerResult<T> so that it can contain records of any type, not just IRecord.

As part of filtering I will refactor a bit more so that IAsyncEnumerable is the main thing being worked with, maybe removing IResultTransformer.