Click or drag to resize
SimpleGraphStatementValuesDictionary Property
Values dictionary used for parameter substitution in the query string

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public IDictionary<string, Object> ValuesDictionary { get; }

Property Value

Type: IDictionaryString, Object
See Also