berrybeat / Neo4j.Berries.OGM

This repository adds an OGM functionality for csharp
https://berrybeat.com/
MIT License
16 stars 2 forks source link

Return different parts of a path #6

Open farhadnowzari opened 3 months ago

farhadnowzari commented 3 months ago

Is your feature request related to a problem? Please describe. On querying a path it is possible in neo4j to return specific objects of this path or project them into new objects. This should be supported and defined how can be done by the library

Describe the solution you'd like Since in csharp, Select method is mostly known for projection, a Select must be implemented on returning a path so we can have more data to be returned than just the first matched node.