Click or drag to resize

SelectSparqlVariables Property

Gets the SPARQL Variables used.

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

Property Value

Type: IEnumerableSparqlVariable
Remarks
If the Query supplied in the SparqlEvaluationContext is non-null then it's Variables are used rather than these.
See Also