SimpleGraphStatement Constructor |
Name | Description | |
---|---|---|
SimpleGraphStatement(String) |
Creates a new instance of SimpleGraphStatement using a query with no parameters.
| |
SimpleGraphStatement(IDictionary<String, 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.
|