Limit Clause Neo4jClient -


i trying implement limit clause in cypher in neo4jclient doe not seem supported (?).

i thought saw test cases / other documents refer can't seem find in intellisense.

is there work around limit results top 5? have 5000+ results , results painfully slow.

i using neo4jclient version 1.0.0.572. many thanks!

the tests pointed indicate exists, , works, , supported, , tested.

without having posted query, can guess @ problem.

the limit method shows after you've called return, because it's defined on icypherfluentquery<tresults>, not icypherfluentquery.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -