Mapping results to objects
1.5 · Lesson

Mapping results to objects

The driver includes an object mapping feature that allows you to map query results directly to C# objects. This simplifies working with Neo4j data by eliminating the need for manual mapping with raw data types.

Define a class with Full definition for property (opens in a new tab)A named value stored on a node or a relationship. that match the keys in your query's RETURN clause. The property names must match the return keys exactly (case-sensitive).