Click or drag to resize

DynamicSparqlResult.Values Property

Gets native values equivalent to bindings in the result.

Namespace:  VDS.RDF.Dynamic
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ICollection<Object> Values { get; }

Property Value

Type: ICollection<Object>

Implements

IDictionary<TKey, TValue>.Values
See Also