SimpleGraphStatement Class |
Namespace: Dse.Graph
public class SimpleGraphStatement : GraphStatement
The SimpleGraphStatement type exposes the following members.
Name | Description | |
---|---|---|
SimpleGraphStatement(String) |
Creates a new instance of SimpleGraphStatement using a query with no parameters.
| |
SimpleGraphStatement(IDictionaryString, Object, String) |
Creates a new instance of SimpleGraphStatement using a query with named parameters.
| |
SimpleGraphStatement(String, Object) |
Creates a new instance of SimpleGraphStatement using a query with named parameters.
|
Name | Description | |
---|---|---|
Query |
The underlying query string
| |
Values |
Values object used for parameter substitution in the query string
| |
ValuesDictionary |
Values dictionary used for parameter substitution in the query string
|