A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://neo4j.com/docs/api/dotnet-driver/current/api/Neo4j.Driver.IAsyncSession.RunAsync.html below:

Method RunAsync
Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll
RunAsync(string, Action<TransactionConfigBuilder>)

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.

Returns
Task<IResultCursor>

A task of a stream of result values and associated metadata.

RunAsync(string, IDictionary<string, object>, Action<TransactionConfigBuilder>)

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.

Returns
Task<IResultCursor>

A task of a stream of result values and associated metadata.

RunAsync(Query, Action<TransactionConfigBuilder>)

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.

Returns
Task<IResultCursor>

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