›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 iFull 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).
Join GraphAcademy to keep learning
Create your account to unlock 80+ hours of hands-on Neo4j courses, track your progress, and earn a certificate when you complete the course.
Sign in or register