SimpleGraphStatement Properties |
The SimpleGraphStatement type exposes the following members.
| Name | Description | |
|---|---|---|
| ConsistencyLevel |
Returns the consistency level to use for this statement.
(Inherited from GraphStatement.) | |
| GraphAlias | (Inherited from GraphStatement.) | |
| GraphLanguage |
Gets the graph language to use with this statement.
(Inherited from GraphStatement.) | |
| GraphName |
Gets the graph name to use with this statement.
(Inherited from GraphStatement.) | |
| GraphReadConsistencyLevel |
Gets the consistency level used for read graph queries.
(Inherited from GraphStatement.) | |
| GraphSource |
Gets the graph traversal source name to use with this statement.
(Inherited from GraphStatement.) | |
| GraphWriteConsistencyLevel |
Gets the consistency level used for write graph queries.
(Inherited from GraphStatement.) | |
| IsSystemQuery |
Determines whether this statement is marked as a system query.
(Inherited from GraphStatement.) | |
| Query |
The underlying query string
| |
| ReadTimeoutMillis |
Gets the ReadTimeout for the statement that, when is different than 0, overrides
ReadTimeoutMillis.
(Inherited from GraphStatement.)Use Infinite to disable timeouts for this Statement. | |
| Timestamp |
Gets the default timestamp for this query.
(Inherited from GraphStatement.) | |
| Values |
Values object used for parameter substitution in the query string
| |
| ValuesDictionary |
Values dictionary used for parameter substitution in the query string
|