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