Click or drag to resize

Extend.Variables Property

Gets the variables used in the algebra.

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

Property Value

Type: IEnumerable<String>

Implements

ISparqlAlgebra.Variables
See Also