| SimpleGraphStatement Constructor |
| 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.
|