berrybeat / Neo4j.Berries.OGM

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

Execute the known functions inside the WhereClause expression #13

Open farhadnowzari opened 3 months ago

farhadnowzari commented 3 months ago

Is your feature request related to a problem? Please describe. At the moment, if on comparison, it is needed to do Where(x => x.Name.ToLower(), "john"), the library will not recognize the expression because of the .ToLower. It should be possible to translate specific csharp functions to neo4j functions on translating to cypher.