Click or drag to resize

SimpleGraphStatement Class

Represents a graph query.
Inheritance Hierarchy
SystemObject
  Dse.GraphGraphStatement
    Dse.GraphSimpleGraphStatement

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class SimpleGraphStatement : GraphStatement

The SimpleGraphStatement type exposes the following members.

Constructors
  NameDescription
Public methodSimpleGraphStatement(String)
Creates a new instance of SimpleGraphStatement using a query with no parameters.
Public methodCode exampleSimpleGraphStatement(IDictionaryString, Object, String)
Creates a new instance of SimpleGraphStatement using a query with named parameters.
Public methodCode exampleSimpleGraphStatement(String, Object)
Creates a new instance of SimpleGraphStatement using a query with named parameters.
Top
Properties
  NameDescription
Public propertyQuery
The underlying query string
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