Click or drag to resize

SparqlResultVariables 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: IEnumerableString
See Also