0

I'm trying to write a cypher query with a WITH clause using Neo4JClient. However, I can't see a With operation anywhere in any of the ICypherFluentQuery namespaces.

Does Neo4JClient support with clauses? And if so, how?

Craig Brett
  • 2,295
  • 1
  • 22
  • 27

1 Answers1

0

It does, from build 1.0.0.500.

Tatham Oddie
  • 4,290
  • 19
  • 31