Click or drag to resize

SimpleGraphStatement Properties

The SimpleGraphStatement type exposes the following members.

Properties
  NameDescription
Public propertyConsistencyLevel
Returns the consistency level to use for this statement.
(Inherited from GraphStatement.)
Public propertyGraphAlias (Inherited from GraphStatement.)
Public propertyGraphLanguage
Gets the graph language to use with this statement.
(Inherited from GraphStatement.)
Public propertyGraphName
Gets the graph name to use with this statement.
(Inherited from GraphStatement.)
Public propertyGraphReadConsistencyLevel
Gets the consistency level used for read graph queries.
(Inherited from GraphStatement.)
Public propertyGraphSource
Gets the graph traversal source name to use with this statement.
(Inherited from GraphStatement.)
Public propertyGraphWriteConsistencyLevel
Gets the consistency level used for write graph queries.
(Inherited from GraphStatement.)
Public propertyIsSystemQuery
Determines whether this statement is marked as a system query.
(Inherited from GraphStatement.)
Public propertyQuery
The underlying query string
Public propertyReadTimeoutMillis
Gets the ReadTimeout for the statement that, when is different than 0, overrides ReadTimeoutMillis.

Use Infinite to disable timeouts for this Statement.

(Inherited from GraphStatement.)
Public propertyTimestamp
Gets the default timestamp for this query.
(Inherited from GraphStatement.)
Public propertyValues
Values object used for parameter substitution in the query string
Public propertyValuesDictionary
Values dictionary used for parameter substitution in the query string
Top
See Also