Table of Contents

Property GqlStatusObjects

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

GqlStatusObjects

This is a preview API, This API may change between minor revisions.
Gets the GQL statuses produced by the server when executing a statement or query.

[Obsolete("This is a Preview API and may change between minor versions. Obsolete will be removed in a later revision.")]
IList<IGqlStatusObject> GqlStatusObjects { get; }

Property Value

IList<IGqlStatusObject>
See Also