neo4j - How to return the property of a single element in an array of nodes or relationships? -


if have collection of nodes, each property called name, how return value of property second element?

i've tried these far:

collectionofnodes[2](name) value collectionofnodes[2].name value 

thanks

try

(collectionofnodes[2]).name value 

Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -