Click or drag to resize

BNodeFunctionVariables Property

Gets the Variables used in the Expression.

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

Property Value

Type: IEnumerableString

Implements

ISparqlExpressionVariables
See Also