Module
Handling results
In this module, you will learn how to handle the results returned by Cypher queries and work with the Neo4j type system in .NET.
You will cover the following topics:
- Mapping Cypher types to their .NET equivalents
- Working with graph types:
INode,IRelationship, andIPath - Casting values with the
.As<T>()method - Reading and writing temporal types such as
ZonedDateTimeandLocalDate - Understanding IANA timezone handling in the .NET driver
- Creating and querying spatial
Pointvalues with different coordinate systems
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