C# Class Neo4jClient.ApiModels.Cypher.CypherTransactionStatement

Very similar to CypherApiQuery but it's used for opened transactions as their serialization is different
Exibir arquivo Open project: albumprinter/Neo4jClient

Private Properties

Property Type Description

Public Methods

Method Description
CypherTransactionStatement ( CypherQuery query, bool restFormat ) : System.Collections.Generic

Method Details

CypherTransactionStatement() public method

public CypherTransactionStatement ( CypherQuery query, bool restFormat ) : System.Collections.Generic
query Neo4jClient.Cypher.CypherQuery
restFormat bool
return System.Collections.Generic