C# Class Neo4jClient.CypherPartialResult

This class is only used to hold partial results on the execution of a cypher query. Depending on whether we are running inside a transaction, the result string is already deserialized (because it has to be checked for errors), or we need the full HttpResponseMessage object.
Mostra file Open project: albumprinter/Neo4jClient