Click or drag to resize

EFunction.Variables Property

Gets the Variables used.

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

Property Value

Type: IEnumerable<String>

Implements

ISparqlExpression.Variables
See Also