C# 클래스 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.
파일 보기 프로젝트 열기: albumprinter/Neo4jClient