Click or drag to resize

SparqlResult.Variables Property

Gets the set of Variables that are bound in this Result.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<string> Variables { get; }

Property Value

Type: IEnumerable<String>
See Also