Click or drag to resize

BNodeFunctionVariables Property

Gets the variables in the expression.

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

Property Value

Type: IEnumerableString

Implements

ISparqlExpressionVariables
See Also