neo4j - Neo4JClient read all the properties of a node -
I am using neo4jClient on my ASP.Net c # project and receiving data from neo4j server. I can see that neo4j only allows us to define different nodes of different types of different properties.
For example a person node may have {name, age, gender, country} as a common field, but in some of them additional properties like {occupation, education, title} May be.
So I was wondering if I can read all the properties of the node in a single query, where it places the properties in a key-value pair or some other way so that each combination Do not define classes for.
Regards Ray
This is in the upcoming list of functions, Progress is not known to:
Comments
Post a Comment