Table of Contents

Enum QueryType

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

The type of a query.

public enum QueryType
Extension Methods

Fields

Unknown = 0

The query type is unknown

ReadOnly = 1

The query is a readonly query

ReadWrite = 2

The query is a readwrite query

WriteOnly = 3

The query is a writeonly query

SchemaWrite = 4

The query is a schemawrite query