Click or drag to resize

ISparqlExpressionVariables Property

Gets an enumeration of all the Variables used in an expression.

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

Property Value

Type: IEnumerableString
See Also