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.IExecutableQuery-2.html below:

Interface IExecutableQuery<TIn, TOut>
Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

Exposes methods for configuring and executing a driver-level query.

public interface IExecutableQuery<TIn, TOut> : IConfiguredQuery<TIn, TOut>
Type Parameters
TIn

The type of items the query will receive.

TOut

The type of items the query will output.

Inherited Members
IConfiguredQuery<TIn, TOut>.WithFilter(Func<TOut, bool>) IConfiguredQuery<TIn, TOut>.WithMap<TNext>(Func<TOut, TNext>) IConfiguredQuery<TIn, TOut>.WithReduce<TResult>(Func<TResult>, Func<TResult, TOut, TResult>) IConfiguredQuery<TIn, TOut>.WithReduce<TAccumulate, TResult>(Func<TAccumulate>, Func<TAccumulate, TOut, TAccumulate>, Func<TAccumulate, TResult>) IConfiguredQuery<TIn, TOut>.ExecuteAsync(CancellationToken)
Extension Methods
ValueExtensions.As<T>(object) ValueExtensions.As<T>(object, T)
Methods
WithConfig(QueryConfig)

Sets the query config on the query to be executed.

WithParameters(Dictionary<string, object>)

Sets the parameters on the query to be executed.

WithParameters(object)

Sets the parameters on the query to be executed.

WithStreamProcessor<TResult>(Func<IAsyncEnumerable<TIn>, Task<TResult>>)

Specifies a stream processor that will process the IAsyncEnumerable<T> that results from a query, and return the value that will be given as the result of the query.


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