Click or drag to resize

IQueryRunnerRun Method (String, Object)

Execute a query and return a result stream.

Namespace:  Neo4j.Driver
Assembly:  Neo4j.Driver.Simple (in Neo4j.Driver.Simple.dll) Version: 5.0
Syntax
IResult Run(
	string query,
	Object parameters
)

Parameters

query
Type: SystemString
A Cypher query.
parameters
Type: SystemObject
A parameter dictionary which is made of prop.Name=prop.Value pairs would be created.

Return Value

Type: IResult
A stream of result values and associated metadata.
See Also