Table of Contents

Class Query

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

An executable query, i.e. the queries' text and its parameters.

public class Query
Inheritance
Query
Inherited Members
Extension Methods

Constructors

Query(string)

Create a query with no query parameters.

Query(string, IDictionary<string, object>)

Create a query

Query(string, object)

Create a query with parameters specified as anonymous objects

Properties

Parameters

Gets the query's parameters.

Text

Gets the query's text.

Methods

ToString()

Print the query.