Click or drag to resize

SimpleGraphStatementValuesDictionary Property

Values dictionary used for parameter substitution in the query string

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

Property Value

Type: IDictionaryString, Object
See Also