Asynchronously run a query with the specific TransactionConfig and return a task of result stream. This method accepts a String representing a Cypher query which will be compiled into a query object that can be used to efficiently execute this query multiple times. This method optionally accepts a set of parameters which will be injected into the query object query by Neo4j.
Task<IResultCursor> RunAsync(string query, Action<TransactionConfigBuilder> action = null)
Parameters
query
string
A Cypher query.
action
Action<TransactionConfigBuilder>
Given a TransactionConfigBuilder, defines how to set the configurations for the new transaction.
A task of a stream of result values and associated metadata.
Asynchronously run a query with the customized TransactionConfig and return a task of result stream. This method accepts a String representing a Cypher query which will be compiled into a query object that can be used to efficiently execute this query multiple times. This method optionally accepts a set of parameters which will be injected into the query object query by Neo4j.
Task<IResultCursor> RunAsync(string query, IDictionary<string, object> parameters, Action<TransactionConfigBuilder> action = null)
Parameters
query
string
A Cypher query.
parameters
IDictionary<string, object>
Input parameters for the query.
action
Action<TransactionConfigBuilder>
Given a TransactionConfigBuilder, defines how to set the configurations for the new transaction.
A task of a stream of result values and associated metadata.
Asynchronously execute a query with the specific TransactionConfig and return a task of result stream.
Task<IResultCursor> RunAsync(Query query, Action<TransactionConfigBuilder> action = null)
Parameters
query
Query
A Cypher query, Query.
action
Action<TransactionConfigBuilder>
Given a TransactionConfigBuilder, defines how to set the configurations for the new transaction.
A task of a stream of result values and associated metadata.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4