Click or drag to resize

VariableRestrictionFilterVariables 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: IEnumerableString

Implements

ISparqlAlgebraVariables
See Also