Click or drag to resize

VariableTermVariables Property

Gets the enumeration containing the single variable that this expression term represents.

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

Property Value

Type: IEnumerableString

Implements

ISparqlExpressionVariables
See Also